Html Css Color HEX #F07792 Carissma

📋 copy color: '#F07792'

red 240 ◦ green 119 ◦ blue 146

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

Shades of Carissma #F07792

Tints of Carissma #F07792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.56%

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

R = 47.52%
G = 23.56%
B = 28.91%

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

#F07792 (or 0xF07792) is known color: Carissma. HEX triplet: F0, 77 and 92. RGB value is (240,119,146). Sum of RGB (Red+Green+Blue) = 240+119+146=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F07792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07792 is #0F886D. Grayscale: #9E9E9E. Windows color (decimal): -1017966 or 9598960. OLE color: 9598960.

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

Color convert

RGB 240 119 146 -
CMYK 0 0.50 0.39 0.06
HSL 346.61º 0.8% 0.7% -
HSV(B) 346.61º 0.5% 0.94% -
XYZ 47.72 33.79 31.2 -
YUV 158.26 121.09 186.3 -
System Red Green Blue C M Y K H S L
Decimal 240 119 146 0 0.50 0.39 0.06 346.61 0.8 0.7
Hex F0 77 92 0 32 27 6 15B 50 46
Octal 360 167 222 0 62 47 6 533 120 106
Binary 11110000 1110111 10010010 0 110010 100111 110 101011011 1010000 1000110

Color Harmonies of #F07792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07792

Black with #F07792

Text Example


Text Example

White with #F07792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07792; }

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

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

background-color css

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

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

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

border-color css

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

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

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