Html Css Color HEX #F74FB2 Brilliant Rose

📋 copy color: '#F74FB2'

red 247 ◦ green 79 ◦ blue 178

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

Shades of Brilliant Rose #F74FB2

Tints of Brilliant Rose #F74FB2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.67%

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 49.01%
G = 15.67%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F74FB2 (or 0xF74FB2) is known color: Brilliant Rose. HEX triplet: F7, 4F and B2. RGB value is (247,79,178). Sum of RGB (Red+Green+Blue) = 247+79+178=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74FB2 is #08B04D. Grayscale: #8C8C8C. Windows color (decimal): -569422 or 11685879. OLE color: 11685879.

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

Color convert

RGB 247 79 178 -
CMYK 0 0.68 0.28 0.03
HSL 324.64º 0.91% 0.64% -
HSV(B) 324.64º 0.68% 0.97% -
XYZ 49.19 28.58 45.04 -
YUV 140.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 247 79 178 0 0.68 0.28 0.03 324.64 0.91 0.64
Hex F7 4F B2 0 44 1C 3 145 5B 40
Octal 367 117 262 0 104 34 3 505 133 100
Binary 11110111 1001111 10110010 0 1000100 11100 11 101000101 1011011 1000000

Color Harmonies of #F74FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74FB2

Black with #F74FB2

Text Example


Text Example

White with #F74FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74FB2; }

 p { color: rgb(247,79,178); }

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

background-color css

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

 a { background-color: rgb(247,79,178); }

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

border-color css

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

 span { border-color: rgb(247,79,178); }

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