Html Css Color HEX #F97C8C Carissma

📋 copy color: '#F97C8C'

red 249 ◦ green 124 ◦ blue 140

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

Shades of Carissma #F97C8C

Tints of Carissma #F97C8C

RGB

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

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

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

R = 48.54%
G = 24.17%
B = 27.29%

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

#F97C8C (or 0xF97C8C) is known color: Carissma. HEX triplet: F9, 7C and 8C. RGB value is (249,124,140). Sum of RGB (Red+Green+Blue) = 249+124+140=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C8C is #068373. Grayscale: #A3A3A3. Windows color (decimal): -426868 or 9207033. OLE color: 9207033.

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

Color convert

RGB 249 124 140 -
CMYK 0 0.50 0.44 0.02
HSL 352.32º 0.91% 0.73% -
HSV(B) 352.32º 0.5% 0.98% -
XYZ 51.01 36.45 29.16 -
YUV 163.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 249 124 140 0 0.50 0.44 0.02 352.32 0.91 0.73
Hex F9 7C 8C 0 32 2C 2 160 5B 49
Octal 371 174 214 0 62 54 2 540 133 111
Binary 11111001 1111100 10001100 0 110010 101100 10 101100000 1011011 1001001

Color Harmonies of #F97C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C8C

Black with #F97C8C

Text Example


Text Example

White with #F97C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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