Html Css Color HEX #F742AD Brilliant Rose

📋 copy color: '#F742AD'

red 247 ◦ green 66 ◦ blue 173

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

Shades of Brilliant Rose #F742AD

Tints of Brilliant Rose #F742AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.58%

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 50.82%
G = 13.58%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F742AD (or 0xF742AD) is known color: Brilliant Rose. HEX triplet: F7, 42 and AD. RGB value is (247,66,173). Sum of RGB (Red+Green+Blue) = 247+66+173=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F742AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F742AD is #08BD52. Grayscale: #848484. Windows color (decimal): -572755 or 11354871. OLE color: 11354871.

HSL color Cylindrical-coordinate representation of color #F742AD: hue angle of 324.53º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F742AD is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 66 173 -
CMYK 0 0.73 0.30 0.03
HSL 324.53º 0.92% 0.61% -
HSV(B) 324.53º 0.73% 0.97% -
XYZ 47.85 26.69 42.16 -
YUV 132.32 150.97 209.8 -
System Red Green Blue C M Y K H S L
Decimal 247 66 173 0 0.73 0.30 0.03 324.53 0.92 0.61
Hex F7 42 AD 0 49 1E 3 145 5C 3D
Octal 367 102 255 0 111 36 3 505 134 75
Binary 11110111 1000010 10101101 0 1001001 11110 11 101000101 1011100 111101

Color Harmonies of #F742AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742AD

Black with #F742AD

Text Example


Text Example

White with #F742AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742AD; }

 p { color: rgb(247,66,173); }

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

background-color css

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

 a { background-color: rgb(247,66,173); }

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

border-color css

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

 span { border-color: rgb(247,66,173); }

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