Html Css Color HEX #F87F85 Carissma

📋 copy color: '#F87F85'

red 248 ◦ green 127 ◦ blue 133

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

Shades of Carissma #F87F85

Tints of Carissma #F87F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.18%

R = 48.82%
G = 25%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F87F85 (or 0xF87F85) is known color: Carissma. HEX triplet: F8, 7F and 85. RGB value is (248,127,133). Sum of RGB (Red+Green+Blue) = 248+127+133=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87F85 is #07807A. Grayscale: #A3A3A3. Windows color (decimal): -491643 or 8749048. OLE color: 8749048.

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

Color convert

RGB 248 127 133 -
CMYK 0 0.49 0.46 0.03
HSL 357.02º 0.9% 0.74% -
HSV(B) 357.02º 0.49% 0.97% -
XYZ 50.53 36.83 26.64 -
YUV 163.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 248 127 133 0 0.49 0.46 0.03 357.02 0.9 0.74
Hex F8 7F 85 0 31 2E 3 165 5A 4A
Octal 370 177 205 0 61 56 3 545 132 112
Binary 11111000 1111111 10000101 0 110001 101110 11 101100101 1011010 1001010

Color Harmonies of #F87F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F85

Black with #F87F85

Text Example


Text Example

White with #F87F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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