Html Css Color HEX #F87793 Carissma

📋 copy color: '#F87793'

red 248 ◦ green 119 ◦ blue 147

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

Shades of Carissma #F87793

Tints of Carissma #F87793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.15%

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

R = 48.25%
G = 23.15%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F87793 (or 0xF87793) is known color: Carissma. HEX triplet: F8, 77 and 93. RGB value is (248,119,147). Sum of RGB (Red+Green+Blue) = 248+119+147=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F87793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87793 is #07886C. Grayscale: #A0A0A0. Windows color (decimal): -493677 or 9664504. OLE color: 9664504.

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

Color convert

RGB 248 119 147 -
CMYK 0 0.52 0.41 0.03
HSL 346.98º 0.9% 0.72% -
HSV(B) 346.98º 0.52% 0.97% -
XYZ 50.57 35.26 31.74 -
YUV 160.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 248 119 147 0 0.52 0.41 0.03 346.98 0.9 0.72
Hex F8 77 93 0 34 29 3 15B 5A 48
Octal 370 167 223 0 64 51 3 533 132 110
Binary 11111000 1110111 10010011 0 110100 101001 11 101011011 1011010 1001000

Color Harmonies of #F87793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87793

Black with #F87793

Text Example


Text Example

White with #F87793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87793; }

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

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

background-color css

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

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

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

border-color css

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

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

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