Html Css Color HEX #F74BAC Brilliant Rose

📋 copy color: '#F74BAC'

red 247 ◦ green 75 ◦ blue 172

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

Shades of Brilliant Rose #F74BAC

Tints of Brilliant Rose #F74BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 50%
G = 15.18%
B = 34.82%

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

#F74BAC (or 0xF74BAC) is known color: Brilliant Rose. HEX triplet: F7, 4B and AC. RGB value is (247,75,172). Sum of RGB (Red+Green+Blue) = 247+75+172=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74BAC is #08B453. Grayscale: #898989. Windows color (decimal): -570452 or 11291639. OLE color: 11291639.

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

Color convert

RGB 247 75 172 -
CMYK 0 0.70 0.30 0.03
HSL 326.16º 0.91% 0.63% -
HSV(B) 326.16º 0.7% 0.97% -
XYZ 48.32 27.78 41.85 -
YUV 137.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 247 75 172 0 0.70 0.30 0.03 326.16 0.91 0.63
Hex F7 4B AC 0 46 1E 3 146 5B 3F
Octal 367 113 254 0 106 36 3 506 133 77
Binary 11110111 1001011 10101100 0 1000110 11110 11 101000110 1011011 111111

Color Harmonies of #F74BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74BAC

Black with #F74BAC

Text Example


Text Example

White with #F74BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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