Html Css Color HEX #F74F96 French Rose

📋 copy color: '#F74F96'

red 247 ◦ green 79 ◦ blue 150

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

Shades of French Rose #F74F96

Tints of French Rose #F74F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.51%

R = 51.89%
G = 16.6%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F74F96 (or 0xF74F96) is known color: French Rose. HEX triplet: F7, 4F and 96. RGB value is (247,79,150). Sum of RGB (Red+Green+Blue) = 247+79+150=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74F96 is #08B069. Grayscale: #898989. Windows color (decimal): -569450 or 9850871. OLE color: 9850871.

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

Color convert

RGB 247 79 150 -
CMYK 0 0.68 0.39 0.03
HSL 334.64º 0.91% 0.64% -
HSV(B) 334.64º 0.68% 0.97% -
XYZ 46.66 27.57 31.72 -
YUV 137.33 135.16 206.23 -
System Red Green Blue C M Y K H S L
Decimal 247 79 150 0 0.68 0.39 0.03 334.64 0.91 0.64
Hex F7 4F 96 0 44 27 3 14F 5B 40
Octal 367 117 226 0 104 47 3 517 133 100
Binary 11110111 1001111 10010110 0 1000100 100111 11 101001111 1011011 1000000

Color Harmonies of #F74F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F96

Black with #F74F96

Text Example


Text Example

White with #F74F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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