Html Css Color HEX #F944A0 Brilliant Rose

📋 copy color: '#F944A0'

red 249 ◦ green 68 ◦ blue 160

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

Shades of Brilliant Rose #F944A0

Tints of Brilliant Rose #F944A0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.26%

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 52.2%
G = 14.26%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F944A0 (or 0xF944A0) is known color: Brilliant Rose. HEX triplet: F9, 44 and A0. RGB value is (249,68,160). Sum of RGB (Red+Green+Blue) = 249+68+160=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F944A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F944A0 is #06BB5F. Grayscale: #848484. Windows color (decimal): -441184 or 10503417. OLE color: 10503417.

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

Color convert

RGB 249 68 160 -
CMYK 0 0.73 0.36 0.02
HSL 329.5º 0.94% 0.62% -
HSV(B) 329.5º 0.73% 0.98% -
XYZ 47.48 26.81 35.93 -
YUV 132.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 249 68 160 0 0.73 0.36 0.02 329.5 0.94 0.62
Hex F9 44 A0 0 49 24 2 14A 5E 3E
Octal 371 104 240 0 111 44 2 512 136 76
Binary 11111001 1000100 10100000 0 1001001 100100 10 101001010 1011110 111110

Color Harmonies of #F944A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F944A0

Black with #F944A0

Text Example


Text Example

White with #F944A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F944A0; }

 p { color: rgb(249,68,160); }

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

background-color css

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

 a { background-color: rgb(249,68,160); }

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

border-color css

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

 span { border-color: rgb(249,68,160); }

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