Html Css Color HEX #F0808B Carissma

📋 copy color: '#F0808B'

red 240 ◦ green 128 ◦ blue 139

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

Shades of Carissma #F0808B

Tints of Carissma #F0808B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.42%

R = 47.34%
G = 25.25%
B = 27.42%

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

#F0808B (or 0xF0808B) is known color: Carissma. HEX triplet: F0, 80 and 8B. RGB value is (240,128,139). Sum of RGB (Red+Green+Blue) = 240+128+139=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0808B is #0F7F74. Grayscale: #A2A2A2. Windows color (decimal): -1015669 or 9142512. OLE color: 9142512.

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

Color convert

RGB 240 128 139 -
CMYK 0 0.47 0.42 0.06
HSL 354.11º 0.79% 0.72% -
HSV(B) 354.11º 0.47% 0.94% -
XYZ 48.31 35.83 28.8 -
YUV 162.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 240 128 139 0 0.47 0.42 0.06 354.11 0.79 0.72
Hex F0 80 8B 0 2F 2A 6 162 4F 48
Octal 360 200 213 0 57 52 6 542 117 110
Binary 11110000 10000000 10001011 0 101111 101010 110 101100010 1001111 1001000

Color Harmonies of #F0808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0808B

Black with #F0808B

Text Example


Text Example

White with #F0808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0808B; }

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

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

background-color css

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

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

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

border-color css

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

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

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