Html Css Color HEX #F74FB4 Brilliant Rose

📋 copy color: '#F74FB4'

red 247 ◦ green 79 ◦ blue 180

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

Shades of Brilliant Rose #F74FB4

Tints of Brilliant Rose #F74FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.57%

R = 48.81%
G = 15.61%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F74FB4 (or 0xF74FB4) is known color: Brilliant Rose. HEX triplet: F7, 4F and B4. RGB value is (247,79,180). Sum of RGB (Red+Green+Blue) = 247+79+180=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FB4 is #08B04B. Grayscale: #8C8C8C. Windows color (decimal): -569420 or 11816951. OLE color: 11816951.

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

Color convert

RGB 247 79 180 -
CMYK 0 0.68 0.27 0.03
HSL 323.93º 0.91% 0.64% -
HSV(B) 323.93º 0.68% 0.97% -
XYZ 49.39 28.66 46.11 -
YUV 140.75 150.16 203.79 -
System Red Green Blue C M Y K H S L
Decimal 247 79 180 0 0.68 0.27 0.03 323.93 0.91 0.64
Hex F7 4F B4 0 44 1B 3 144 5B 40
Octal 367 117 264 0 104 33 3 504 133 100
Binary 11110111 1001111 10110100 0 1000100 11011 11 101000100 1011011 1000000

Color Harmonies of #F74FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74FB4

Black with #F74FB4

Text Example


Text Example

White with #F74FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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