Html Css Color HEX #F87F90 Carissma

📋 copy color: '#F87F90'

red 248 ◦ green 127 ◦ blue 144

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

Shades of Carissma #F87F90

Tints of Carissma #F87F90

RGB

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

 GREEN value IS 127 (50% from 255) = 24.47%

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

R = 47.78%
G = 24.47%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F87F90 (or 0xF87F90) is known color: Carissma. HEX triplet: F8, 7F and 90. RGB value is (248,127,144). Sum of RGB (Red+Green+Blue) = 248+127+144=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87F90 is #07806F. Grayscale: #A5A5A5. Windows color (decimal): -491632 or 9469944. OLE color: 9469944.

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

Color convert

RGB 248 127 144 -
CMYK 0 0.49 0.42 0.03
HSL 351.57º 0.9% 0.74% -
HSV(B) 351.57º 0.49% 0.97% -
XYZ 51.33 37.15 30.85 -
YUV 165.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 248 127 144 0 0.49 0.42 0.03 351.57 0.9 0.74
Hex F8 7F 90 0 31 2A 3 160 5A 4A
Octal 370 177 220 0 61 52 3 540 132 112
Binary 11111000 1111111 10010000 0 110001 101010 11 101100000 1011010 1001010

Color Harmonies of #F87F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F90

Black with #F87F90

Text Example


Text Example

White with #F87F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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