Html Css Color HEX #F2497D French Rose

📋 copy color: '#F2497D'

red 242 ◦ green 73 ◦ blue 125

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

Shades of French Rose #F2497D

Tints of French Rose #F2497D

RGB

 RED value IS 242 (94.92% from 255) = 55%

 GREEN value IS 73 (28.91% from 255) = 16.59%

 BLUE value IS 125 (49.22% from 255) = 28.41%

R = 55%
G = 16.59%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2497D (or 0xF2497D) is known color: French Rose. HEX triplet: F2, 49 and 7D. RGB value is (242,73,125). Sum of RGB (Red+Green+Blue) = 242+73+125=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2497D is #0DB682. Grayscale: #818181. Windows color (decimal): -898691 or 8210930. OLE color: 8210930.

HSL color Cylindrical-coordinate representation of color #F2497D: hue angle of 341.54º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2497D is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 125 -
CMYK 0 0.70 0.48 0.05
HSL 341.54º 0.87% 0.62% -
HSV(B) 341.54º 0.7% 0.95% -
XYZ 42.7 25.12 22 -
YUV 129.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 242 73 125 0 0.70 0.48 0.05 341.54 0.87 0.62
Hex F2 49 7D 0 46 30 5 156 57 3E
Octal 362 111 175 0 106 60 5 526 127 76
Binary 11110010 1001001 1111101 0 1000110 110000 101 101010110 1010111 111110

Color Harmonies of #F2497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2497D

Black with #F2497D

Text Example


Text Example

White with #F2497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2497D; }

 p { color: rgb(242,73,125); }

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

background-color css

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

 a { background-color: rgb(242,73,125); }

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

border-color css

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

 span { border-color: rgb(242,73,125); }

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