Html Css Color HEX #F27599 Carissma

📋 copy color: '#F27599'

red 242 ◦ green 117 ◦ blue 153

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

Shades of Carissma #F27599

Tints of Carissma #F27599

RGB

 RED value IS 242 (94.92% from 255) = 47.27%

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

 BLUE value IS 153 (60.16% from 255) = 29.88%

R = 47.27%
G = 22.85%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F27599 (or 0xF27599) is known color: Carissma. HEX triplet: F2, 75 and 99. RGB value is (242,117,153). Sum of RGB (Red+Green+Blue) = 242+117+153=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F27599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27599 is #0D8A66. Grayscale: #9E9E9E. Windows color (decimal): -887399 or 10057202. OLE color: 10057202.

HSL color Cylindrical-coordinate representation of color #F27599: hue angle of 342.72º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27599 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 117 153 -
CMYK 0 0.52 0.37 0.05
HSL 342.72º 0.83% 0.7% -
HSV(B) 342.72º 0.52% 0.95% -
XYZ 48.73 33.9 34.11 -
YUV 158.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 242 117 153 0 0.52 0.37 0.05 342.72 0.83 0.7
Hex F2 75 99 0 34 25 5 157 53 46
Octal 362 165 231 0 64 45 5 527 123 106
Binary 11110010 1110101 10011001 0 110100 100101 101 101010111 1010011 1000110

Color Harmonies of #F27599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27599

Black with #F27599

Text Example


Text Example

White with #F27599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27599; }

 p { color: rgb(242,117,153); }

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

background-color css

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

 a { background-color: rgb(242,117,153); }

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

border-color css

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

 span { border-color: rgb(242,117,153); }

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