Html Css Color HEX #F74A7E French Rose

📋 copy color: '#F74A7E'

red 247 ◦ green 74 ◦ blue 126

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

Shades of French Rose #F74A7E

Tints of French Rose #F74A7E

RGB

 RED value IS 247 (96.88% from 255) = 55.26%

 GREEN value IS 74 (29.3% from 255) = 16.55%

 BLUE value IS 126 (49.61% from 255) = 28.19%

R = 55.26%
G = 16.55%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F74A7E (or 0xF74A7E) is known color: French Rose. HEX triplet: F7, 4A and 7E. RGB value is (247,74,126). Sum of RGB (Red+Green+Blue) = 247+74+126=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74A7E is #08B581. Grayscale: #838383. Windows color (decimal): -570754 or 8276727. OLE color: 8276727.

HSL color Cylindrical-coordinate representation of color #F74A7E: hue angle of 341.97º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74A7E is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 74 126 -
CMYK 0 0.70 0.49 0.03
HSL 341.97º 0.92% 0.63% -
HSV(B) 341.97º 0.7% 0.97% -
XYZ 44.57 26.18 22.44 -
YUV 131.66 124.81 210.27 -
System Red Green Blue C M Y K H S L
Decimal 247 74 126 0 0.70 0.49 0.03 341.97 0.92 0.63
Hex F7 4A 7E 0 46 31 3 156 5C 3F
Octal 367 112 176 0 106 61 3 526 134 77
Binary 11110111 1001010 1111110 0 1000110 110001 11 101010110 1011100 111111

Color Harmonies of #F74A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A7E

Black with #F74A7E

Text Example


Text Example

White with #F74A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A7E; }

 p { color: rgb(247,74,126); }

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

background-color css

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

 a { background-color: rgb(247,74,126); }

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

border-color css

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

 span { border-color: rgb(247,74,126); }

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