Html Css Color HEX #F953B0 Brilliant Rose

📋 copy color: '#F953B0'

red 249 ◦ green 83 ◦ blue 176

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

Shades of Brilliant Rose #F953B0

Tints of Brilliant Rose #F953B0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.34%

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

R = 49.02%
G = 16.34%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F953B0 (or 0xF953B0) is known color: Brilliant Rose. HEX triplet: F9, 53 and B0. RGB value is (249,83,176). Sum of RGB (Red+Green+Blue) = 249+83+176=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F953B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F953B0 is #06AC4F. Grayscale: #8F8F8F. Windows color (decimal): -437328 or 11555833. OLE color: 11555833.

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

Color convert

RGB 249 83 176 -
CMYK 0 0.67 0.29 0.02
HSL 326.39º 0.93% 0.65% -
HSV(B) 326.39º 0.67% 0.98% -
XYZ 50 29.46 44.13 -
YUV 143.24 146.5 203.44 -
System Red Green Blue C M Y K H S L
Decimal 249 83 176 0 0.67 0.29 0.02 326.39 0.93 0.65
Hex F9 53 B0 0 43 1D 2 146 5D 41
Octal 371 123 260 0 103 35 2 506 135 101
Binary 11111001 1010011 10110000 0 1000011 11101 10 101000110 1011101 1000001

Color Harmonies of #F953B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F953B0

Black with #F953B0

Text Example


Text Example

White with #F953B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F953B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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