Html Css Color HEX #F942AB Brilliant Rose

📋 copy color: '#F942AB'

red 249 ◦ green 66 ◦ blue 171

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

Shades of Brilliant Rose #F942AB

Tints of Brilliant Rose #F942AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.19%

R = 51.23%
G = 13.58%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F942AB (or 0xF942AB) is known color: Brilliant Rose. HEX triplet: F9, 42 and AB. RGB value is (249,66,171). Sum of RGB (Red+Green+Blue) = 249+66+171=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F942AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F942AB is #06BD54. Grayscale: #848484. Windows color (decimal): -441685 or 11223801. OLE color: 11223801.

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

Color convert

RGB 249 66 171 -
CMYK 0 0.73 0.31 0.02
HSL 325.57º 0.94% 0.62% -
HSV(B) 325.57º 0.73% 0.98% -
XYZ 48.37 26.98 41.19 -
YUV 132.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 249 66 171 0 0.73 0.31 0.02 325.57 0.94 0.62
Hex F9 42 AB 0 49 1F 2 146 5E 3E
Octal 371 102 253 0 111 37 2 506 136 76
Binary 11111001 1000010 10101011 0 1001001 11111 10 101000110 1011110 111110

Color Harmonies of #F942AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F942AB

Black with #F942AB

Text Example


Text Example

White with #F942AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F942AB; }

 p { color: rgb(249,66,171); }

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

background-color css

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

 a { background-color: rgb(249,66,171); }

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

border-color css

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

 span { border-color: rgb(249,66,171); }

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