Html Css Color HEX #F27988 Carissma

📋 copy color: '#F27988'

red 242 ◦ green 121 ◦ blue 136

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

Shades of Carissma #F27988

Tints of Carissma #F27988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.25%

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 48.5%
G = 24.25%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F27988 (or 0xF27988) is known color: Carissma. HEX triplet: F2, 79 and 88. RGB value is (242,121,136). Sum of RGB (Red+Green+Blue) = 242+121+136=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F27988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27988 is #0D8677. Grayscale: #9E9E9E. Windows color (decimal): -886392 or 8944114. OLE color: 8944114.

HSL color Cylindrical-coordinate representation of color #F27988: hue angle of 352.56º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27988 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 136 -
CMYK 0 0.50 0.44 0.05
HSL 352.56º 0.82% 0.71% -
HSV(B) 352.56º 0.5% 0.95% -
XYZ 47.9 34.33 27.39 -
YUV 158.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 242 121 136 0 0.50 0.44 0.05 352.56 0.82 0.71
Hex F2 79 88 0 32 2C 5 161 52 47
Octal 362 171 210 0 62 54 5 541 122 107
Binary 11110010 1111001 10001000 0 110010 101100 101 101100001 1010010 1000111

Color Harmonies of #F27988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27988

Black with #F27988

Text Example


Text Example

White with #F27988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27988; }

 p { color: rgb(242,121,136); }

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

background-color css

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

 a { background-color: rgb(242,121,136); }

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

border-color css

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

 span { border-color: rgb(242,121,136); }

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