Html Css Color HEX #F28498 Carissma

📋 copy color: '#F28498'

red 242 ◦ green 132 ◦ blue 152

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

Shades of Carissma #F28498

Tints of Carissma #F28498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.9%

R = 46.01%
G = 25.1%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F28498 (or 0xF28498) is known color: Carissma. HEX triplet: F2, 84 and 98. RGB value is (242,132,152). Sum of RGB (Red+Green+Blue) = 242+132+152=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F28498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28498 is #0D7B67. Grayscale: #A7A7A7. Windows color (decimal): -883560 or 9995506. OLE color: 9995506.

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

Color convert

RGB 242 132 152 -
CMYK 0 0.45 0.37 0.05
HSL 349.09º 0.81% 0.73% -
HSV(B) 349.09º 0.45% 0.95% -
XYZ 50.54 37.65 34.31 -
YUV 167.17 119.44 181.37 -
System Red Green Blue C M Y K H S L
Decimal 242 132 152 0 0.45 0.37 0.05 349.09 0.81 0.73
Hex F2 84 98 0 2D 25 5 15D 51 49
Octal 362 204 230 0 55 45 5 535 121 111
Binary 11110010 10000100 10011000 0 101101 100101 101 101011101 1010001 1001001

Color Harmonies of #F28498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28498

Black with #F28498

Text Example


Text Example

White with #F28498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28498; }

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

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

background-color css

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

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

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

border-color css

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

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

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