Html Css Color HEX #F953B5 Brilliant Rose

📋 copy color: '#F953B5'

red 249 ◦ green 83 ◦ blue 181

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

Shades of Brilliant Rose #F953B5

Tints of Brilliant Rose #F953B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.28%

R = 48.54%
G = 16.18%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F953B5 (or 0xF953B5) is known color: Brilliant Rose. HEX triplet: F9, 53 and B5. RGB value is (249,83,181). Sum of RGB (Red+Green+Blue) = 249+83+181=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F953B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953B5 is #06AC4A. Grayscale: #8F8F8F. Windows color (decimal): -437323 or 11883513. OLE color: 11883513.

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

Color convert

RGB 249 83 181 -
CMYK 0 0.67 0.27 0.02
HSL 324.58º 0.93% 0.65% -
HSV(B) 324.58º 0.67% 0.98% -
XYZ 50.5 29.66 46.78 -
YUV 143.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 249 83 181 0 0.67 0.27 0.02 324.58 0.93 0.65
Hex F9 53 B5 0 43 1B 2 145 5D 41
Octal 371 123 265 0 103 33 2 505 135 101
Binary 11111001 1010011 10110101 0 1000011 11011 10 101000101 1011101 1000001

Color Harmonies of #F953B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F953B5

Black with #F953B5

Text Example


Text Example

White with #F953B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F953B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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