Html Css Color HEX #F07992 Carissma

📋 copy color: '#F07992'

red 240 ◦ green 121 ◦ blue 146

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

Shades of Carissma #F07992

Tints of Carissma #F07992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.87%

 BLUE value IS 146 (57.42% from 255) = 28.8%

R = 47.34%
G = 23.87%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F07992 (or 0xF07992) is known color: Carissma. HEX triplet: F0, 79 and 92. RGB value is (240,121,146). Sum of RGB (Red+Green+Blue) = 240+121+146=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F07992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07992 is #0F866D. Grayscale: #9F9F9F. Windows color (decimal): -1017454 or 9599472. OLE color: 9599472.

HSL color Cylindrical-coordinate representation of color #F07992: hue angle of 347.39º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07992 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 146 -
CMYK 0 0.50 0.39 0.06
HSL 347.4º 0.8% 0.71% -
HSV(B) 347.4º 0.5% 0.94% -
XYZ 47.96 34.28 31.28 -
YUV 159.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 240 121 146 0 0.50 0.39 0.06 347.4 0.8 0.71
Hex F0 79 92 0 32 27 6 15B 50 47
Octal 360 171 222 0 62 47 6 533 120 107
Binary 11110000 1111001 10010010 0 110010 100111 110 101011011 1010000 1000111

Color Harmonies of #F07992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07992

Black with #F07992

Text Example


Text Example

White with #F07992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07992; }

 p { color: rgb(240,121,146); }

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

background-color css

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

 a { background-color: rgb(240,121,146); }

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

border-color css

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

 span { border-color: rgb(240,121,146); }

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