Html Css Color HEX #F97D8C Carissma

📋 copy color: '#F97D8C'

red 249 ◦ green 125 ◦ blue 140

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

Shades of Carissma #F97D8C

Tints of Carissma #F97D8C

RGB

 RED value IS 249 (97.66% from 255) = 48.44%

 GREEN value IS 125 (49.22% from 255) = 24.32%

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 48.44%
G = 24.32%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F97D8C (or 0xF97D8C) is known color: Carissma. HEX triplet: F9, 7D and 8C. RGB value is (249,125,140). Sum of RGB (Red+Green+Blue) = 249+125+140=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97D8C is #068273. Grayscale: #A3A3A3. Windows color (decimal): -426612 or 9207289. OLE color: 9207289.

HSL color Cylindrical-coordinate representation of color #F97D8C: hue angle of 352.74º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97D8C is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 125 140 -
CMYK 0 0.50 0.44 0.02
HSL 352.74º 0.91% 0.73% -
HSV(B) 352.74º 0.5% 0.98% -
XYZ 51.13 36.7 29.2 -
YUV 163.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 249 125 140 0 0.50 0.44 0.02 352.74 0.91 0.73
Hex F9 7D 8C 0 32 2C 2 161 5B 49
Octal 371 175 214 0 62 54 2 541 133 111
Binary 11111001 1111101 10001100 0 110010 101100 10 101100001 1011011 1001001

Color Harmonies of #F97D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97D8C

Black with #F97D8C

Text Example


Text Example

White with #F97D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97D8C; }

 p { color: rgb(249,125,140); }

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

background-color css

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

 a { background-color: rgb(249,125,140); }

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

border-color css

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

 span { border-color: rgb(249,125,140); }

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