Html Css Color HEX #F948AD Brilliant Rose

📋 copy color: '#F948AD'

red 249 ◦ green 72 ◦ blue 173

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

Shades of Brilliant Rose #F948AD

Tints of Brilliant Rose #F948AD

RGB

 RED value IS 249 (97.66% from 255) = 50.4%

 GREEN value IS 72 (28.52% from 255) = 14.57%

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

R = 50.4%
G = 14.57%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F948AD (or 0xF948AD) is known color: Brilliant Rose. HEX triplet: F9, 48 and AD. RGB value is (249,72,173). Sum of RGB (Red+Green+Blue) = 249+72+173=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F948AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F948AD is #06B752. Grayscale: #888888. Windows color (decimal): -440147 or 11356409. OLE color: 11356409.

HSL color Cylindrical-coordinate representation of color #F948AD: hue angle of 325.76º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F948AD is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 72 173 -
CMYK 0 0.71 0.31 0.02
HSL 325.76º 0.94% 0.63% -
HSV(B) 325.76º 0.71% 0.98% -
XYZ 48.93 27.79 42.32 -
YUV 136.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 249 72 173 0 0.71 0.31 0.02 325.76 0.94 0.63
Hex F9 48 AD 0 47 1F 2 146 5E 3F
Octal 371 110 255 0 107 37 2 506 136 77
Binary 11111001 1001000 10101101 0 1000111 11111 10 101000110 1011110 111111

Color Harmonies of #F948AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F948AD

Black with #F948AD

Text Example


Text Example

White with #F948AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F948AD; }

 p { color: rgb(249,72,173); }

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

background-color css

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

 a { background-color: rgb(249,72,173); }

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

border-color css

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

 span { border-color: rgb(249,72,173); }

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