Html Css Color HEX #F87490 Carissma

📋 copy color: '#F87490'

red 248 ◦ green 116 ◦ blue 144

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

Shades of Carissma #F87490

Tints of Carissma #F87490

RGB

 RED value IS 248 (97.27% from 255) = 48.82%

 GREEN value IS 116 (45.7% from 255) = 22.83%

 BLUE value IS 144 (56.64% from 255) = 28.35%

R = 48.82%
G = 22.83%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F87490 (or 0xF87490) is known color: Carissma. HEX triplet: F8, 74 and 90. RGB value is (248,116,144). Sum of RGB (Red+Green+Blue) = 248+116+144=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F87490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87490 is #078B6F. Grayscale: #9E9E9E. Windows color (decimal): -494448 or 9467128. OLE color: 9467128.

HSL color Cylindrical-coordinate representation of color #F87490: hue angle of 347.27º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87490 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 116 144 -
CMYK 0 0.53 0.42 0.03
HSL 347.27º 0.9% 0.71% -
HSV(B) 347.27º 0.53% 0.97% -
XYZ 49.99 34.46 30.4 -
YUV 158.66 119.73 191.72 -
System Red Green Blue C M Y K H S L
Decimal 248 116 144 0 0.53 0.42 0.03 347.27 0.9 0.71
Hex F8 74 90 0 35 2A 3 15B 5A 47
Octal 370 164 220 0 65 52 3 533 132 107
Binary 11111000 1110100 10010000 0 110101 101010 11 101011011 1011010 1000111

Color Harmonies of #F87490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87490

Black with #F87490

Text Example


Text Example

White with #F87490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87490; }

 p { color: rgb(248,116,144); }

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

background-color css

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

 a { background-color: rgb(248,116,144); }

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

border-color css

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

 span { border-color: rgb(248,116,144); }

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