Html Css Color HEX #F74B7B French Rose

📋 copy color: '#F74B7B'

red 247 ◦ green 75 ◦ blue 123

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

Shades of French Rose #F74B7B

Tints of French Rose #F74B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 55.51%
G = 16.85%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F74B7B (or 0xF74B7B) is known color: French Rose. HEX triplet: F7, 4B and 7B. RGB value is (247,75,123). Sum of RGB (Red+Green+Blue) = 247+75+123=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74B7B is #08B484. Grayscale: #838383. Windows color (decimal): -570501 or 8080375. OLE color: 8080375.

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

Color convert

RGB 247 75 123 -
CMYK 0 0.70 0.50 0.03
HSL 343.26º 0.91% 0.63% -
HSV(B) 343.26º 0.7% 0.97% -
XYZ 44.45 26.24 21.46 -
YUV 131.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 247 75 123 0 0.70 0.50 0.03 343.26 0.91 0.63
Hex F7 4B 7B 0 46 32 3 157 5B 3F
Octal 367 113 173 0 106 62 3 527 133 77
Binary 11110111 1001011 1111011 0 1000110 110010 11 101010111 1011011 111111

Color Harmonies of #F74B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74B7B

Black with #F74B7B

Text Example


Text Example

White with #F74B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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