Html Css Color HEX #F74B7A French Rose

📋 copy color: '#F74B7A'

red 247 ◦ green 75 ◦ blue 122

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

Shades of French Rose #F74B7A

Tints of French Rose #F74B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.89%

 BLUE value IS 122 (48.05% from 255) = 27.48%

R = 55.63%
G = 16.89%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F74B7A (or 0xF74B7A) is known color: French Rose. HEX triplet: F7, 4B and 7A. RGB value is (247,75,122). Sum of RGB (Red+Green+Blue) = 247+75+122=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74B7A is #08B485. Grayscale: #838383. Windows color (decimal): -570502 or 8014839. OLE color: 8014839.

HSL color Cylindrical-coordinate representation of color #F74B7A: hue angle of 343.6º degrees, saturation: 0.91, 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 #F74B7A is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 75 122 -
CMYK 0 0.70 0.51 0.03
HSL 343.6º 0.91% 0.63% -
HSV(B) 343.6º 0.7% 0.97% -
XYZ 44.39 26.21 21.13 -
YUV 131.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 247 75 122 0 0.70 0.51 0.03 343.6 0.91 0.63
Hex F7 4B 7A 0 46 33 3 158 5B 3F
Octal 367 113 172 0 106 63 3 530 133 77
Binary 11110111 1001011 1111010 0 1000110 110011 11 101011000 1011011 111111

Color Harmonies of #F74B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74B7A

Black with #F74B7A

Text Example


Text Example

White with #F74B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74B7A; }

 p { color: rgb(247,75,122); }

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

background-color css

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

 a { background-color: rgb(247,75,122); }

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

border-color css

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

 span { border-color: rgb(247,75,122); }

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