Html Css Color HEX #F742A8 Brilliant Rose

📋 copy color: '#F742A8'

red 247 ◦ green 66 ◦ blue 168

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

Shades of Brilliant Rose #F742A8

Tints of Brilliant Rose #F742A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.93%

R = 51.35%
G = 13.72%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F742A8 (or 0xF742A8) is known color: Brilliant Rose. HEX triplet: F7, 42 and A8. RGB value is (247,66,168). Sum of RGB (Red+Green+Blue) = 247+66+168=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F742A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F742A8 is #08BD57. Grayscale: #838383. Windows color (decimal): -572760 or 11027191. OLE color: 11027191.

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

Color convert

RGB 247 66 168 -
CMYK 0 0.73 0.32 0.03
HSL 326.19º 0.92% 0.61% -
HSV(B) 326.19º 0.73% 0.97% -
XYZ 47.37 26.5 39.66 -
YUV 131.75 148.47 210.21 -
System Red Green Blue C M Y K H S L
Decimal 247 66 168 0 0.73 0.32 0.03 326.19 0.92 0.61
Hex F7 42 A8 0 49 20 3 146 5C 3D
Octal 367 102 250 0 111 40 3 506 134 75
Binary 11110111 1000010 10101000 0 1001001 100000 11 101000110 1011100 111101

Color Harmonies of #F742A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742A8

Black with #F742A8

Text Example


Text Example

White with #F742A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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