Html Css Color HEX #F27591 Carissma

📋 copy color: '#F27591'

red 242 ◦ green 117 ◦ blue 145

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

Shades of Carissma #F27591

Tints of Carissma #F27591

RGB

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

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

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

R = 48.02%
G = 23.21%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F27591 (or 0xF27591) is known color: Carissma. HEX triplet: F2, 75 and 91. RGB value is (242,117,145). Sum of RGB (Red+Green+Blue) = 242+117+145=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F27591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27591 is #0D8A6E. Grayscale: #9D9D9D. Windows color (decimal): -887407 or 9532914. OLE color: 9532914.

HSL color Cylindrical-coordinate representation of color #F27591: hue angle of 346.56º 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 #F27591 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 117 145 -
CMYK 0 0.52 0.40 0.05
HSL 346.56º 0.83% 0.7% -
HSV(B) 346.56º 0.52% 0.95% -
XYZ 48.09 33.64 30.75 -
YUV 157.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 242 117 145 0 0.52 0.40 0.05 346.56 0.83 0.7
Hex F2 75 91 0 34 28 5 15B 53 46
Octal 362 165 221 0 64 50 5 533 123 106
Binary 11110010 1110101 10010001 0 110100 101000 101 101011011 1010011 1000110

Color Harmonies of #F27591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27591

Black with #F27591

Text Example


Text Example

White with #F27591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27591; }

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

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

background-color css

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

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

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

border-color css

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

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

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