Html Css Color HEX #F941B2 Brilliant Rose

📋 copy color: '#F941B2'

red 249 ◦ green 65 ◦ blue 178

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

Shades of Brilliant Rose #F941B2

Tints of Brilliant Rose #F941B2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.21%

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

R = 50.61%
G = 13.21%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F941B2 (or 0xF941B2) is known color: Brilliant Rose. HEX triplet: F9, 41 and B2. RGB value is (249,65,178). Sum of RGB (Red+Green+Blue) = 249+65+178=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F941B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F941B2 is #06BE4D. Grayscale: #848484. Windows color (decimal): -441934 or 11682297. OLE color: 11682297.

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

Color convert

RGB 249 65 178 -
CMYK 0 0.74 0.29 0.02
HSL 323.15º 0.94% 0.62% -
HSV(B) 323.15º 0.74% 0.98% -
XYZ 48.99 27.13 44.77 -
YUV 132.9 153.46 210.81 -
System Red Green Blue C M Y K H S L
Decimal 249 65 178 0 0.74 0.29 0.02 323.15 0.94 0.62
Hex F9 41 B2 0 4A 1D 2 143 5E 3E
Octal 371 101 262 0 112 35 2 503 136 76
Binary 11111001 1000001 10110010 0 1001010 11101 10 101000011 1011110 111110

Color Harmonies of #F941B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F941B2

Black with #F941B2

Text Example


Text Example

White with #F941B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F941B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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