Html Css Color HEX #F74DA7 Brilliant Rose

📋 copy color: '#F74DA7'

red 247 ◦ green 77 ◦ blue 167

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

Shades of Brilliant Rose #F74DA7

Tints of Brilliant Rose #F74DA7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.68%

 BLUE value IS 167 (65.63% from 255) = 34.01%

R = 50.31%
G = 15.68%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F74DA7 (or 0xF74DA7) is known color: Brilliant Rose. HEX triplet: F7, 4D and A7. RGB value is (247,77,167). Sum of RGB (Red+Green+Blue) = 247+77+167=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74DA7 is #08B258. Grayscale: #898989. Windows color (decimal): -569945 or 10964471. OLE color: 10964471.

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

Color convert

RGB 247 77 167 -
CMYK 0 0.69 0.32 0.03
HSL 328.24º 0.91% 0.64% -
HSV(B) 328.24º 0.69% 0.97% -
XYZ 47.99 27.87 39.41 -
YUV 138.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 247 77 167 0 0.69 0.32 0.03 328.24 0.91 0.64
Hex F7 4D A7 0 45 20 3 148 5B 40
Octal 367 115 247 0 105 40 3 510 133 100
Binary 11110111 1001101 10100111 0 1000101 100000 11 101001000 1011011 1000000

Color Harmonies of #F74DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74DA7

Black with #F74DA7

Text Example


Text Example

White with #F74DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74DA7; }

 p { color: rgb(247,77,167); }

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

background-color css

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

 a { background-color: rgb(247,77,167); }

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

border-color css

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

 span { border-color: rgb(247,77,167); }

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