Html Css Color HEX #F74F7E French Rose

📋 copy color: '#F74F7E'

red 247 ◦ green 79 ◦ blue 126

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

Shades of French Rose #F74F7E

Tints of French Rose #F74F7E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.48%

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

R = 54.65%
G = 17.48%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F74F7E (or 0xF74F7E) is known color: French Rose. HEX triplet: F7, 4F and 7E. RGB value is (247,79,126). Sum of RGB (Red+Green+Blue) = 247+79+126=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74F7E is #08B081. Grayscale: #868686. Windows color (decimal): -569474 or 8278007. OLE color: 8278007.

HSL color Cylindrical-coordinate representation of color #F74F7E: hue angle of 343.21º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74F7E is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 79 126 -
CMYK 0 0.68 0.49 0.03
HSL 343.21º 0.91% 0.64% -
HSV(B) 343.21º 0.68% 0.97% -
XYZ 44.92 26.87 22.56 -
YUV 134.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 247 79 126 0 0.68 0.49 0.03 343.21 0.91 0.64
Hex F7 4F 7E 0 44 31 3 157 5B 40
Octal 367 117 176 0 104 61 3 527 133 100
Binary 11110111 1001111 1111110 0 1000100 110001 11 101010111 1011011 1000000

Color Harmonies of #F74F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F7E

Black with #F74F7E

Text Example


Text Example

White with #F74F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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