Html Css Color HEX #F74E7F French Rose

📋 copy color: '#F74E7F'

red 247 ◦ green 78 ◦ blue 127

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

Shades of French Rose #F74E7F

Tints of French Rose #F74E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.26%

 BLUE value IS 127 (50% from 255) = 28.1%

R = 54.65%
G = 17.26%
B = 28.1%

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

#F74E7F (or 0xF74E7F) is known color: French Rose. HEX triplet: F7, 4E and 7F. RGB value is (247,78,127). Sum of RGB (Red+Green+Blue) = 247+78+127=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F74E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74E7F is #08B180. Grayscale: #868686. Windows color (decimal): -569729 or 8343287. OLE color: 8343287.

HSL color Cylindrical-coordinate representation of color #F74E7F: hue angle of 342.6º 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 #F74E7F is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 78 127 -
CMYK 0 0.68 0.49 0.03
HSL 342.6º 0.91% 0.64% -
HSV(B) 342.6º 0.68% 0.97% -
XYZ 44.91 26.76 22.88 -
YUV 134.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 247 78 127 0 0.68 0.49 0.03 342.6 0.91 0.64
Hex F7 4E 7F 0 44 31 3 157 5B 40
Octal 367 116 177 0 104 61 3 527 133 100
Binary 11110111 1001110 1111111 0 1000100 110001 11 101010111 1011011 1000000

Color Harmonies of #F74E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74E7F

Black with #F74E7F

Text Example


Text Example

White with #F74E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74E7F; }

 p { color: rgb(247,78,127); }

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

background-color css

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

 a { background-color: rgb(247,78,127); }

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

border-color css

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

 span { border-color: rgb(247,78,127); }

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