Html Css Color HEX #F87F91 Carissma

📋 copy color: '#F87F91'

red 248 ◦ green 127 ◦ blue 145

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

Shades of Carissma #F87F91

Tints of Carissma #F87F91

RGB

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

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

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

R = 47.69%
G = 24.42%
B = 27.88%

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

#F87F91 (or 0xF87F91) is known color: Carissma. HEX triplet: F8, 7F and 91. RGB value is (248,127,145). Sum of RGB (Red+Green+Blue) = 248+127+145=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87F91 is #07806E. Grayscale: #A5A5A5. Windows color (decimal): -491631 or 9535480. OLE color: 9535480.

HSL color Cylindrical-coordinate representation of color #F87F91: hue angle of 351.07º 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 #F87F91 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 127 145 -
CMYK 0 0.49 0.42 0.03
HSL 351.07º 0.9% 0.74% -
HSV(B) 351.07º 0.49% 0.97% -
XYZ 51.41 37.18 31.25 -
YUV 165.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 248 127 145 0 0.49 0.42 0.03 351.07 0.9 0.74
Hex F8 7F 91 0 31 2A 3 15F 5A 4A
Octal 370 177 221 0 61 52 3 537 132 112
Binary 11111000 1111111 10010001 0 110001 101010 11 101011111 1011010 1001010

Color Harmonies of #F87F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F91

Black with #F87F91

Text Example


Text Example

White with #F87F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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