Html Css Color HEX #F942B0 Brilliant Rose

📋 copy color: '#F942B0'

red 249 ◦ green 66 ◦ blue 176

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

Shades of Brilliant Rose #F942B0

Tints of Brilliant Rose #F942B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.85%

R = 50.71%
G = 13.44%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F942B0 (or 0xF942B0) is known color: Brilliant Rose. HEX triplet: F9, 42 and B0. RGB value is (249,66,176). Sum of RGB (Red+Green+Blue) = 249+66+176=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F942B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F942B0 is #06BD4F. Grayscale: #858585. Windows color (decimal): -441680 or 11551481. OLE color: 11551481.

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

Color convert

RGB 249 66 176 -
CMYK 0 0.73 0.29 0.02
HSL 323.93º 0.94% 0.62% -
HSV(B) 323.93º 0.73% 0.98% -
XYZ 48.85 27.17 43.74 -
YUV 133.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 249 66 176 0 0.73 0.29 0.02 323.93 0.94 0.62
Hex F9 42 B0 0 49 1D 2 144 5E 3E
Octal 371 102 260 0 111 35 2 504 136 76
Binary 11111001 1000010 10110000 0 1001001 11101 10 101000100 1011110 111110

Color Harmonies of #F942B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F942B0

Black with #F942B0

Text Example


Text Example

White with #F942B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F942B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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