Html Css Color HEX #F74FAC Brilliant Rose

📋 copy color: '#F74FAC'

red 247 ◦ green 79 ◦ blue 172

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

Shades of Brilliant Rose #F74FAC

Tints of Brilliant Rose #F74FAC

RGB

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

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

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

R = 49.6%
G = 15.86%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F74FAC (or 0xF74FAC) is known color: Brilliant Rose. HEX triplet: F7, 4F and AC. RGB value is (247,79,172). Sum of RGB (Red+Green+Blue) = 247+79+172=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74FAC is #08B053. Grayscale: #8B8B8B. Windows color (decimal): -569428 or 11292663. OLE color: 11292663.

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

Color convert

RGB 247 79 172 -
CMYK 0 0.68 0.30 0.03
HSL 326.79º 0.91% 0.64% -
HSV(B) 326.79º 0.68% 0.97% -
XYZ 48.6 28.34 41.94 -
YUV 139.83 146.16 204.44 -
System Red Green Blue C M Y K H S L
Decimal 247 79 172 0 0.68 0.30 0.03 326.79 0.91 0.64
Hex F7 4F AC 0 44 1E 3 147 5B 40
Octal 367 117 254 0 104 36 3 507 133 100
Binary 11110111 1001111 10101100 0 1000100 11110 11 101000111 1011011 1000000

Color Harmonies of #F74FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74FAC

Black with #F74FAC

Text Example


Text Example

White with #F74FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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