Html Css Color HEX #F053B5 Brilliant Rose

📋 copy color: '#F053B5'

red 240 ◦ green 83 ◦ blue 181

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

Shades of Brilliant Rose #F053B5

Tints of Brilliant Rose #F053B5

RGB

 RED value IS 240 (94.14% from 255) = 47.62%

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

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

R = 47.62%
G = 16.47%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F053B5 (or 0xF053B5) is known color: Brilliant Rose. HEX triplet: F0, 53 and B5. RGB value is (240,83,181). Sum of RGB (Red+Green+Blue) = 240+83+181=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F053B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053B5 is #0FAC4A. Grayscale: #8C8C8C. Windows color (decimal): -1027147 or 11883504. OLE color: 11883504.

HSL color Cylindrical-coordinate representation of color #F053B5: hue angle of 322.55º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F053B5 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 83 181 -
CMYK 0 0.65 0.25 0.06
HSL 322.55º 0.84% 0.63% -
HSV(B) 322.55º 0.65% 0.94% -
XYZ 47.37 28.05 46.63 -
YUV 141.12 150.51 198.53 -
System Red Green Blue C M Y K H S L
Decimal 240 83 181 0 0.65 0.25 0.06 322.55 0.84 0.63
Hex F0 53 B5 0 41 19 6 143 54 3F
Octal 360 123 265 0 101 31 6 503 124 77
Binary 11110000 1010011 10110101 0 1000001 11001 110 101000011 1010100 111111

Color Harmonies of #F053B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053B5

Black with #F053B5

Text Example


Text Example

White with #F053B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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