Html Css Color HEX #F08099 Carissma

📋 copy color: '#F08099'

red 240 ◦ green 128 ◦ blue 153

#F08099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #F08099

Tints of Carissma #F08099

RGB

 RED value IS 240 (94.14% from 255) = 46.07%

 GREEN value IS 128 (50.39% from 255) = 24.57%

 BLUE value IS 153 (60.16% from 255) = 29.37%

R = 46.07%
G = 24.57%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F08099 (or 0xF08099) is known color: Carissma. HEX triplet: F0, 80 and 99. RGB value is (240,128,153). Sum of RGB (Red+Green+Blue) = 240+128+153=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F08099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08099 is #0F7F66. Grayscale: #A4A4A4. Windows color (decimal): -1015655 or 10060016. OLE color: 10060016.

HSL color Cylindrical-coordinate representation of color #F08099: hue angle of 346.61º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F08099 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 153 -
CMYK 0 0.47 0.36 0.06
HSL 346.61º 0.79% 0.72% -
HSV(B) 346.61º 0.47% 0.94% -
XYZ 49.4 36.26 34.53 -
YUV 164.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 240 128 153 0 0.47 0.36 0.06 346.61 0.79 0.72
Hex F0 80 99 0 2F 24 6 15B 4F 48
Octal 360 200 231 0 57 44 6 533 117 110
Binary 11110000 10000000 10011001 0 101111 100100 110 101011011 1001111 1001000

Color Harmonies of #F08099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08099

Black with #F08099

Text Example


Text Example

White with #F08099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08099; }

 p { color: rgb(240,128,153); }

 H1.HeaderClassName
 {
   color: #F08099;
 }
 .AnyTagClassName
 {
   color: #F08099;
 }
</style>

background-color css

<style>
 a { background-color: #F08099; }

 a { background-color: rgb(240,128,153); }

 div.DivClassName
 {
   background-color: #F08099;
 }
 .BgClassName
 {
   background-color: #F08099;
 }
</style>

border-color css

<style>
 span { border-color: #F08099; }

 span { border-color: rgb(240,128,153); }

 td.TdClassName
 {
   border-color: #F08099;
 }
 .TagClassName
 {
   border-color: #F08099;
 }
</style>