Html Css Color HEX #F07592 Carissma

📋 copy color: '#F07592'

red 240 ◦ green 117 ◦ blue 146

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

Shades of Carissma #F07592

Tints of Carissma #F07592

RGB

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

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

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

R = 47.71%
G = 23.26%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F07592 (or 0xF07592) is known color: Carissma. HEX triplet: F0, 75 and 92. RGB value is (240,117,146). Sum of RGB (Red+Green+Blue) = 240+117+146=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F07592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07592 is #0F8A6D. Grayscale: #9D9D9D. Windows color (decimal): -1018478 or 9598448. OLE color: 9598448.

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

Color convert

RGB 240 117 146 -
CMYK 0 0.51 0.39 0.06
HSL 345.85º 0.8% 0.7% -
HSV(B) 345.85º 0.51% 0.94% -
XYZ 47.48 33.32 31.12 -
YUV 157.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 240 117 146 0 0.51 0.39 0.06 345.85 0.8 0.7
Hex F0 75 92 0 33 27 6 15A 50 46
Octal 360 165 222 0 63 47 6 532 120 106
Binary 11110000 1110101 10010010 0 110011 100111 110 101011010 1010000 1000110

Color Harmonies of #F07592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07592

Black with #F07592

Text Example


Text Example

White with #F07592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07592; }

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

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

background-color css

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

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

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

border-color css

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

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

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