Html Css Color HEX #F0808C Carissma

📋 copy color: '#F0808C'

red 240 ◦ green 128 ◦ blue 140

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

Shades of Carissma #F0808C

Tints of Carissma #F0808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.56%

R = 47.24%
G = 25.2%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0808C (or 0xF0808C) is known color: Carissma. HEX triplet: F0, 80 and 8C. RGB value is (240,128,140). Sum of RGB (Red+Green+Blue) = 240+128+140=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0808C is #0F7F73. Grayscale: #A2A2A2. Windows color (decimal): -1015668 or 9208048. OLE color: 9208048.

HSL color Cylindrical-coordinate representation of color #F0808C: hue angle of 353.57º 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 #F0808C is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 140 -
CMYK 0 0.47 0.42 0.06
HSL 353.57º 0.79% 0.72% -
HSV(B) 353.57º 0.47% 0.94% -
XYZ 48.39 35.86 29.18 -
YUV 162.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 240 128 140 0 0.47 0.42 0.06 353.57 0.79 0.72
Hex F0 80 8C 0 2F 2A 6 162 4F 48
Octal 360 200 214 0 57 52 6 542 117 110
Binary 11110000 10000000 10001100 0 101111 101010 110 101100010 1001111 1001000

Color Harmonies of #F0808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0808C

Black with #F0808C

Text Example


Text Example

White with #F0808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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