Html Css Color HEX #F07591 Carissma

📋 copy color: '#F07591'

red 240 ◦ green 117 ◦ blue 145

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

Shades of Carissma #F07591

Tints of Carissma #F07591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.31%

 BLUE value IS 145 (57.03% from 255) = 28.88%

R = 47.81%
G = 23.31%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F07591 (or 0xF07591) is known color: Carissma. HEX triplet: F0, 75 and 91. RGB value is (240,117,145). Sum of RGB (Red+Green+Blue) = 240+117+145=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F07591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07591 is #0F8A6E. Grayscale: #9C9C9C. Windows color (decimal): -1018479 or 9532912. OLE color: 9532912.

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

Color convert

RGB 240 117 145 -
CMYK 0 0.51 0.40 0.06
HSL 346.34º 0.8% 0.7% -
HSV(B) 346.34º 0.51% 0.94% -
XYZ 47.41 33.29 30.72 -
YUV 156.97 121.25 187.22 -
System Red Green Blue C M Y K H S L
Decimal 240 117 145 0 0.51 0.40 0.06 346.34 0.8 0.7
Hex F0 75 91 0 33 28 6 15A 50 46
Octal 360 165 221 0 63 50 6 532 120 106
Binary 11110000 1110101 10010001 0 110011 101000 110 101011010 1010000 1000110

Color Harmonies of #F07591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07591

Black with #F07591

Text Example


Text Example

White with #F07591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07591; }

 p { color: rgb(240,117,145); }

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

background-color css

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

 a { background-color: rgb(240,117,145); }

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

border-color css

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

 span { border-color: rgb(240,117,145); }

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