Html Css Color HEX #F74BAE Brilliant Rose

📋 copy color: '#F74BAE'

red 247 ◦ green 75 ◦ blue 174

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

Shades of Brilliant Rose #F74BAE

Tints of Brilliant Rose #F74BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.08%

R = 49.8%
G = 15.12%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F74BAE (or 0xF74BAE) is known color: Brilliant Rose. HEX triplet: F7, 4B and AE. RGB value is (247,75,174). Sum of RGB (Red+Green+Blue) = 247+75+174=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74BAE is #08B451. Grayscale: #898989. Windows color (decimal): -570450 or 11422711. OLE color: 11422711.

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

Color convert

RGB 247 75 174 -
CMYK 0 0.70 0.30 0.03
HSL 325.47º 0.91% 0.63% -
HSV(B) 325.47º 0.7% 0.97% -
XYZ 48.51 27.86 42.87 -
YUV 137.71 148.48 205.95 -
System Red Green Blue C M Y K H S L
Decimal 247 75 174 0 0.70 0.30 0.03 325.47 0.91 0.63
Hex F7 4B AE 0 46 1E 3 145 5B 3F
Octal 367 113 256 0 106 36 3 505 133 77
Binary 11110111 1001011 10101110 0 1000110 11110 11 101000101 1011011 111111

Color Harmonies of #F74BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74BAE

Black with #F74BAE

Text Example


Text Example

White with #F74BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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