Html Css Color HEX #F08184 Carissma

📋 copy color: '#F08184'

red 240 ◦ green 129 ◦ blue 132

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

Shades of Carissma #F08184

Tints of Carissma #F08184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.75%

 BLUE value IS 132 (51.95% from 255) = 26.35%

R = 47.9%
G = 25.75%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F08184 (or 0xF08184) is known color: Carissma. HEX triplet: F0, 81 and 84. RGB value is (240,129,132). Sum of RGB (Red+Green+Blue) = 240+129+132=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F08184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08184 is #0F7E7B. Grayscale: #A2A2A2. Windows color (decimal): -1015420 or 8684016. OLE color: 8684016.

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

Color convert

RGB 240 129 132 -
CMYK 0 0.46 0.45 0.06
HSL 358.38º 0.79% 0.72% -
HSV(B) 358.38º 0.46% 0.94% -
XYZ 47.95 35.89 26.23 -
YUV 162.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 240 129 132 0 0.46 0.45 0.06 358.38 0.79 0.72
Hex F0 81 84 0 2E 2D 6 166 4F 48
Octal 360 201 204 0 56 55 6 546 117 110
Binary 11110000 10000001 10000100 0 101110 101101 110 101100110 1001111 1001000

Color Harmonies of #F08184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08184

Black with #F08184

Text Example


Text Example

White with #F08184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08184; }

 p { color: rgb(240,129,132); }

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

background-color css

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

 a { background-color: rgb(240,129,132); }

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

border-color css

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

 span { border-color: rgb(240,129,132); }

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