Html Css Color HEX #F87C93 Carissma

📋 copy color: '#F87C93'

red 248 ◦ green 124 ◦ blue 147

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

Shades of Carissma #F87C93

Tints of Carissma #F87C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.89%

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

R = 47.78%
G = 23.89%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F87C93 (or 0xF87C93) is known color: Carissma. HEX triplet: F8, 7C and 93. RGB value is (248,124,147). Sum of RGB (Red+Green+Blue) = 248+124+147=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87C93 is #07836C. Grayscale: #A3A3A3. Windows color (decimal): -492397 or 9665784. OLE color: 9665784.

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

Color convert

RGB 248 124 147 -
CMYK 0 0.5 0.41 0.03
HSL 348.87º 0.9% 0.73% -
HSV(B) 348.87º 0.5% 0.97% -
XYZ 51.19 36.48 31.95 -
YUV 163.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 248 124 147 0 0.5 0.41 0.03 348.87 0.9 0.73
Hex F8 7C 93 0 32 29 3 15D 5A 49
Octal 370 174 223 0 62 51 3 535 132 111
Binary 11111000 1111100 10010011 0 110010 101001 11 101011101 1011010 1001001

Color Harmonies of #F87C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87C93

Black with #F87C93

Text Example


Text Example

White with #F87C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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