Html Css Color HEX #F87F84 Carissma

📋 copy color: '#F87F84'

red 248 ◦ green 127 ◦ blue 132

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

Shades of Carissma #F87F84

Tints of Carissma #F87F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.04%

R = 48.92%
G = 25.05%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F87F84 (or 0xF87F84) is known color: Carissma. HEX triplet: F8, 7F and 84. RGB value is (248,127,132). Sum of RGB (Red+Green+Blue) = 248+127+132=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87F84 is #07807B. Grayscale: #A3A3A3. Windows color (decimal): -491644 or 8683512. OLE color: 8683512.

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

Color convert

RGB 248 127 132 -
CMYK 0 0.49 0.47 0.03
HSL 357.52º 0.9% 0.74% -
HSV(B) 357.52º 0.49% 0.97% -
XYZ 50.47 36.8 26.27 -
YUV 163.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 248 127 132 0 0.49 0.47 0.03 357.52 0.9 0.74
Hex F8 7F 84 0 31 2F 3 166 5A 4A
Octal 370 177 204 0 61 57 3 546 132 112
Binary 11111000 1111111 10000100 0 110001 101111 11 101100110 1011010 1001010

Color Harmonies of #F87F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F84

Black with #F87F84

Text Example


Text Example

White with #F87F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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