Html Css Color HEX #F74CB5 Brilliant Rose

📋 copy color: '#F74CB5'

red 247 ◦ green 76 ◦ blue 181

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

Shades of Brilliant Rose #F74CB5

Tints of Brilliant Rose #F74CB5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.08%

 BLUE value IS 181 (71.09% from 255) = 35.91%

R = 49.01%
G = 15.08%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F74CB5 (or 0xF74CB5) is known color: Brilliant Rose. HEX triplet: F7, 4C and B5. RGB value is (247,76,181). Sum of RGB (Red+Green+Blue) = 247+76+181=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F74CB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74CB5 is #08B34A. Grayscale: #8A8A8A. Windows color (decimal): -570187 or 11881719. OLE color: 11881719.

HSL color Cylindrical-coordinate representation of color #F74CB5: hue angle of 323.16º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74CB5 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 76 181 -
CMYK 0 0.69 0.27 0.03
HSL 323.16º 0.91% 0.63% -
HSV(B) 323.16º 0.69% 0.97% -
XYZ 49.28 28.28 46.58 -
YUV 139.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 247 76 181 0 0.69 0.27 0.03 323.16 0.91 0.63
Hex F7 4C B5 0 45 1B 3 143 5B 3F
Octal 367 114 265 0 105 33 3 503 133 77
Binary 11110111 1001100 10110101 0 1000101 11011 11 101000011 1011011 111111

Color Harmonies of #F74CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74CB5

Black with #F74CB5

Text Example


Text Example

White with #F74CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74CB5; }

 p { color: rgb(247,76,181); }

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

background-color css

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

 a { background-color: rgb(247,76,181); }

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

border-color css

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

 span { border-color: rgb(247,76,181); }

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