Html Css Color HEX #F946AF Brilliant Rose

📋 copy color: '#F946AF'

red 249 ◦ green 70 ◦ blue 175

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

Shades of Brilliant Rose #F946AF

Tints of Brilliant Rose #F946AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 50.4%
G = 14.17%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F946AF (or 0xF946AF) is known color: Brilliant Rose. HEX triplet: F9, 46 and AF. RGB value is (249,70,175). Sum of RGB (Red+Green+Blue) = 249+70+175=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F946AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F946AF is #06B950. Grayscale: #878787. Windows color (decimal): -440657 or 11486969. OLE color: 11486969.

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

Color convert

RGB 249 70 175 -
CMYK 0 0.72 0.30 0.02
HSL 324.8º 0.94% 0.63% -
HSV(B) 324.8º 0.72% 0.98% -
XYZ 48.99 27.62 43.31 -
YUV 135.49 150.3 208.96 -
System Red Green Blue C M Y K H S L
Decimal 249 70 175 0 0.72 0.30 0.02 324.8 0.94 0.63
Hex F9 46 AF 0 48 1E 2 145 5E 3F
Octal 371 106 257 0 110 36 2 505 136 77
Binary 11111001 1000110 10101111 0 1001000 11110 10 101000101 1011110 111111

Color Harmonies of #F946AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F946AF

Black with #F946AF

Text Example


Text Example

White with #F946AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F946AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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