Html Css Color HEX #F946AC Brilliant Rose

📋 copy color: '#F946AC'

red 249 ◦ green 70 ◦ blue 172

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

Shades of Brilliant Rose #F946AC

Tints of Brilliant Rose #F946AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.26%

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 50.71%
G = 14.26%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F946AC (or 0xF946AC) is known color: Brilliant Rose. HEX triplet: F9, 46 and AC. RGB value is (249,70,172). Sum of RGB (Red+Green+Blue) = 249+70+172=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F946AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F946AC is #06B953. Grayscale: #868686. Windows color (decimal): -440660 or 11290361. OLE color: 11290361.

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

Color convert

RGB 249 70 172 -
CMYK 0 0.72 0.31 0.02
HSL 325.81º 0.94% 0.63% -
HSV(B) 325.81º 0.72% 0.98% -
XYZ 48.7 27.5 41.77 -
YUV 135.15 148.8 209.21 -
System Red Green Blue C M Y K H S L
Decimal 249 70 172 0 0.72 0.31 0.02 325.81 0.94 0.63
Hex F9 46 AC 0 48 1F 2 146 5E 3F
Octal 371 106 254 0 110 37 2 506 136 77
Binary 11111001 1000110 10101100 0 1001000 11111 10 101000110 1011110 111111

Color Harmonies of #F946AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F946AC

Black with #F946AC

Text Example


Text Example

White with #F946AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F946AC; }

 p { color: rgb(249,70,172); }

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

background-color css

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

 a { background-color: rgb(249,70,172); }

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

border-color css

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

 span { border-color: rgb(249,70,172); }

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