Html Css Color HEX #F27691 Carissma

📋 copy color: '#F27691'

red 242 ◦ green 118 ◦ blue 145

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

Shades of Carissma #F27691

Tints of Carissma #F27691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.37%

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

R = 47.92%
G = 23.37%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F27691 (or 0xF27691) is known color: Carissma. HEX triplet: F2, 76 and 91. RGB value is (242,118,145). Sum of RGB (Red+Green+Blue) = 242+118+145=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F27691 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27691 is #0D896E. Grayscale: #9E9E9E. Windows color (decimal): -887151 or 9533170. OLE color: 9533170.

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

Color convert

RGB 242 118 145 -
CMYK 0 0.51 0.40 0.05
HSL 346.94º 0.83% 0.71% -
HSV(B) 346.94º 0.51% 0.95% -
XYZ 48.21 33.88 30.79 -
YUV 158.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 242 118 145 0 0.51 0.40 0.05 346.94 0.83 0.71
Hex F2 76 91 0 33 28 5 15B 53 47
Octal 362 166 221 0 63 50 5 533 123 107
Binary 11110010 1110110 10010001 0 110011 101000 101 101011011 1010011 1000111

Color Harmonies of #F27691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27691

Black with #F27691

Text Example


Text Example

White with #F27691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27691; }

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

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

background-color css

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

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

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

border-color css

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

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

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