Html Css Color HEX #F97D8A Carissma

📋 copy color: '#F97D8A'

red 249 ◦ green 125 ◦ blue 138

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

Shades of Carissma #F97D8A

Tints of Carissma #F97D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 48.63%
G = 24.41%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F97D8A (or 0xF97D8A) is known color: Carissma. HEX triplet: F9, 7D and 8A. RGB value is (249,125,138). Sum of RGB (Red+Green+Blue) = 249+125+138=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97D8A is #068275. Grayscale: #A3A3A3. Windows color (decimal): -426614 or 9076217. OLE color: 9076217.

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

Color convert

RGB 249 125 138 -
CMYK 0 0.50 0.45 0.02
HSL 353.71º 0.91% 0.73% -
HSV(B) 353.71º 0.5% 0.98% -
XYZ 50.99 36.64 28.43 -
YUV 163.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 249 125 138 0 0.50 0.45 0.02 353.71 0.91 0.73
Hex F9 7D 8A 0 32 2D 2 162 5B 49
Octal 371 175 212 0 62 55 2 542 133 111
Binary 11111001 1111101 10001010 0 110010 101101 10 101100010 1011011 1001001

Color Harmonies of #F97D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97D8A

Black with #F97D8A

Text Example


Text Example

White with #F97D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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