Html Css Color HEX #F946B2 Brilliant Rose

📋 copy color: '#F946B2'

red 249 ◦ green 70 ◦ blue 178

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

Shades of Brilliant Rose #F946B2

Tints of Brilliant Rose #F946B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 50.1%
G = 14.08%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F946B2 (or 0xF946B2) is known color: Brilliant Rose. HEX triplet: F9, 46 and B2. RGB value is (249,70,178). Sum of RGB (Red+Green+Blue) = 249+70+178=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F946B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F946B2 is #06B94D. Grayscale: #878787. Windows color (decimal): -440654 or 11683577. OLE color: 11683577.

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

Color convert

RGB 249 70 178 -
CMYK 0 0.72 0.29 0.02
HSL 323.8º 0.94% 0.63% -
HSV(B) 323.8º 0.72% 0.98% -
XYZ 49.29 27.73 44.87 -
YUV 135.83 151.8 208.72 -
System Red Green Blue C M Y K H S L
Decimal 249 70 178 0 0.72 0.29 0.02 323.8 0.94 0.63
Hex F9 46 B2 0 48 1D 2 144 5E 3F
Octal 371 106 262 0 110 35 2 504 136 77
Binary 11111001 1000110 10110010 0 1001000 11101 10 101000100 1011110 111111

Color Harmonies of #F946B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F946B2

Black with #F946B2

Text Example


Text Example

White with #F946B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F946B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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