Html Css Color HEX #F87F93 Carissma

📋 copy color: '#F87F93'

red 248 ◦ green 127 ◦ blue 147

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

Shades of Carissma #F87F93

Tints of Carissma #F87F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.16%

R = 47.51%
G = 24.33%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F87F93 (or 0xF87F93) is known color: Carissma. HEX triplet: F8, 7F and 93. RGB value is (248,127,147). Sum of RGB (Red+Green+Blue) = 248+127+147=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87F93 is #07806C. Grayscale: #A5A5A5. Windows color (decimal): -491629 or 9666552. OLE color: 9666552.

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

Color convert

RGB 248 127 147 -
CMYK 0 0.49 0.41 0.03
HSL 350.08º 0.9% 0.74% -
HSV(B) 350.08º 0.49% 0.97% -
XYZ 51.57 37.24 32.07 -
YUV 165.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 248 127 147 0 0.49 0.41 0.03 350.08 0.9 0.74
Hex F8 7F 93 0 31 29 3 15E 5A 4A
Octal 370 177 223 0 61 51 3 536 132 112
Binary 11111000 1111111 10010011 0 110001 101001 11 101011110 1011010 1001010

Color Harmonies of #F87F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F93

Black with #F87F93

Text Example


Text Example

White with #F87F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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