Html Css Color HEX #F97C85 Carissma

📋 copy color: '#F97C85'

red 249 ◦ green 124 ◦ blue 133

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

Shades of Carissma #F97C85

Tints of Carissma #F97C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 49.21%
G = 24.51%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F97C85 (or 0xF97C85) is known color: Carissma. HEX triplet: F9, 7C and 85. RGB value is (249,124,133). Sum of RGB (Red+Green+Blue) = 249+124+133=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C85 is #06837A. Grayscale: #A2A2A2. Windows color (decimal): -426875 or 8748281. OLE color: 8748281.

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

Color convert

RGB 249 124 133 -
CMYK 0 0.50 0.47 0.02
HSL 355.68º 0.91% 0.73% -
HSV(B) 355.68º 0.5% 0.98% -
XYZ 50.51 36.25 26.52 -
YUV 162.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 249 124 133 0 0.50 0.47 0.02 355.68 0.91 0.73
Hex F9 7C 85 0 32 2F 2 164 5B 49
Octal 371 174 205 0 62 57 2 544 133 111
Binary 11111001 1111100 10000101 0 110010 101111 10 101100100 1011011 1001001

Color Harmonies of #F97C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C85

Black with #F97C85

Text Example


Text Example

White with #F97C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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