Html Css Color HEX #F28491 Carissma

📋 copy color: '#F28491'

red 242 ◦ green 132 ◦ blue 145

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

Shades of Carissma #F28491

Tints of Carissma #F28491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.43%

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

R = 46.63%
G = 25.43%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F28491 (or 0xF28491) is known color: Carissma. HEX triplet: F2, 84 and 91. RGB value is (242,132,145). Sum of RGB (Red+Green+Blue) = 242+132+145=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F28491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28491 is #0D7B6E. Grayscale: #A6A6A6. Windows color (decimal): -883567 or 9536754. OLE color: 9536754.

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

Color convert

RGB 242 132 145 -
CMYK 0 0.45 0.40 0.05
HSL 352.91º 0.81% 0.73% -
HSV(B) 352.91º 0.45% 0.95% -
XYZ 49.98 37.42 31.38 -
YUV 166.37 115.94 181.94 -
System Red Green Blue C M Y K H S L
Decimal 242 132 145 0 0.45 0.40 0.05 352.91 0.81 0.73
Hex F2 84 91 0 2D 28 5 161 51 49
Octal 362 204 221 0 55 50 5 541 121 111
Binary 11110010 10000100 10010001 0 101101 101000 101 101100001 1010001 1001001

Color Harmonies of #F28491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28491

Black with #F28491

Text Example


Text Example

White with #F28491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28491; }

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

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

background-color css

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

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

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

border-color css

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

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

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