Html Css Color HEX #F97A8A Carissma

📋 copy color: '#F97A8A'

red 249 ◦ green 122 ◦ blue 138

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

Shades of Carissma #F97A8A

Tints of Carissma #F97A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.97%

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

R = 48.92%
G = 23.97%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F97A8A (or 0xF97A8A) is known color: Carissma. HEX triplet: F9, 7A and 8A. RGB value is (249,122,138). Sum of RGB (Red+Green+Blue) = 249+122+138=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97A8A is #068575. Grayscale: #A1A1A1. Windows color (decimal): -427382 or 9075449. OLE color: 9075449.

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

Color convert

RGB 249 122 138 -
CMYK 0 0.51 0.45 0.02
HSL 352.44º 0.91% 0.73% -
HSV(B) 352.44º 0.51% 0.98% -
XYZ 50.61 35.89 28.31 -
YUV 161.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 249 122 138 0 0.51 0.45 0.02 352.44 0.91 0.73
Hex F9 7A 8A 0 33 2D 2 160 5B 49
Octal 371 172 212 0 63 55 2 540 133 111
Binary 11111001 1111010 10001010 0 110011 101101 10 101100000 1011011 1001001

Color Harmonies of #F97A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97A8A

Black with #F97A8A

Text Example


Text Example

White with #F97A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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