Html Css Color HEX #F28492 Carissma

📋 copy color: '#F28492'

red 242 ◦ green 132 ◦ blue 146

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

Shades of Carissma #F28492

Tints of Carissma #F28492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.08%

R = 46.54%
G = 25.38%
B = 28.08%

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

#F28492 (or 0xF28492) is known color: Carissma. HEX triplet: F2, 84 and 92. RGB value is (242,132,146). Sum of RGB (Red+Green+Blue) = 242+132+146=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F28492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28492 is #0D7B6D. Grayscale: #A6A6A6. Windows color (decimal): -883566 or 9602290. OLE color: 9602290.

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

Color convert

RGB 242 132 146 -
CMYK 0 0.45 0.40 0.05
HSL 352.36º 0.81% 0.73% -
HSV(B) 352.36º 0.45% 0.95% -
XYZ 50.06 37.46 31.79 -
YUV 166.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 242 132 146 0 0.45 0.40 0.05 352.36 0.81 0.73
Hex F2 84 92 0 2D 28 5 160 51 49
Octal 362 204 222 0 55 50 5 540 121 111
Binary 11110010 10000100 10010010 0 101101 101000 101 101100000 1010001 1001001

Color Harmonies of #F28492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28492

Black with #F28492

Text Example


Text Example

White with #F28492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28492; }

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

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

background-color css

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

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

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

border-color css

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

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

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