Html Css Color HEX #F87F83 Carissma

📋 copy color: '#F87F83'

red 248 ◦ green 127 ◦ blue 131

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

Shades of Carissma #F87F83

Tints of Carissma #F87F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.89%

R = 49.01%
G = 25.1%
B = 25.89%

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

#F87F83 (or 0xF87F83) is known color: Carissma. HEX triplet: F8, 7F and 83. RGB value is (248,127,131). Sum of RGB (Red+Green+Blue) = 248+127+131=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87F83 is #07807C. Grayscale: #A3A3A3. Windows color (decimal): -491645 or 8617976. OLE color: 8617976.

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

Color convert

RGB 248 127 131 -
CMYK 0 0.49 0.47 0.03
HSL 358.02º 0.9% 0.74% -
HSV(B) 358.02º 0.49% 0.97% -
XYZ 50.4 36.77 25.91 -
YUV 163.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 248 127 131 0 0.49 0.47 0.03 358.02 0.9 0.74
Hex F8 7F 83 0 31 2F 3 166 5A 4A
Octal 370 177 203 0 61 57 3 546 132 112
Binary 11111000 1111111 10000011 0 110001 101111 11 101100110 1011010 1001010

Color Harmonies of #F87F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F83

Black with #F87F83

Text Example


Text Example

White with #F87F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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