Html Css Color HEX #F87888 Carissma

📋 copy color: '#F87888'

red 248 ◦ green 120 ◦ blue 136

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

Shades of Carissma #F87888

Tints of Carissma #F87888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.81%

 BLUE value IS 136 (53.52% from 255) = 26.98%

R = 49.21%
G = 23.81%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F87888 (or 0xF87888) is known color: Carissma. HEX triplet: F8, 78 and 88. RGB value is (248,120,136). Sum of RGB (Red+Green+Blue) = 248+120+136=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F87888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87888 is #078777. Grayscale: #A0A0A0. Windows color (decimal): -493432 or 8943864. OLE color: 8943864.

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

Color convert

RGB 248 120 136 -
CMYK 0 0.52 0.45 0.03
HSL 352.5º 0.9% 0.72% -
HSV(B) 352.5º 0.52% 0.97% -
XYZ 49.87 35.17 27.45 -
YUV 160.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 248 120 136 0 0.52 0.45 0.03 352.5 0.9 0.72
Hex F8 78 88 0 34 2D 3 160 5A 48
Octal 370 170 210 0 64 55 3 540 132 110
Binary 11111000 1111000 10001000 0 110100 101101 11 101100000 1011010 1001000

Color Harmonies of #F87888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87888

Black with #F87888

Text Example


Text Example

White with #F87888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87888; }

 p { color: rgb(248,120,136); }

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

background-color css

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

 a { background-color: rgb(248,120,136); }

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

border-color css

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

 span { border-color: rgb(248,120,136); }

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