Html Css Color HEX #F97D8F Carissma

📋 copy color: '#F97D8F'

red 249 ◦ green 125 ◦ blue 143

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

Shades of Carissma #F97D8F

Tints of Carissma #F97D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.66%

R = 48.16%
G = 24.18%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F97D8F (or 0xF97D8F) is known color: Carissma. HEX triplet: F9, 7D and 8F. RGB value is (249,125,143). Sum of RGB (Red+Green+Blue) = 249+125+143=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97D8F is #068270. Grayscale: #A4A4A4. Windows color (decimal): -426609 or 9403897. OLE color: 9403897.

HSL color Cylindrical-coordinate representation of color #F97D8F: hue angle of 351.29º 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 #F97D8F is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 125 143 -
CMYK 0 0.50 0.43 0.02
HSL 351.29º 0.91% 0.73% -
HSV(B) 351.29º 0.5% 0.98% -
XYZ 51.36 36.79 30.38 -
YUV 164.13 116.08 188.54 -
System Red Green Blue C M Y K H S L
Decimal 249 125 143 0 0.50 0.43 0.02 351.29 0.91 0.73
Hex F9 7D 8F 0 32 2B 2 15F 5B 49
Octal 371 175 217 0 62 53 2 537 133 111
Binary 11111001 1111101 10001111 0 110010 101011 10 101011111 1011011 1001001

Color Harmonies of #F97D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97D8F

Black with #F97D8F

Text Example


Text Example

White with #F97D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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