Html Css Color HEX #F053AF Brilliant Rose

📋 copy color: '#F053AF'

red 240 ◦ green 83 ◦ blue 175

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

Shades of Brilliant Rose #F053AF

Tints of Brilliant Rose #F053AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.14%

R = 48.19%
G = 16.67%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F053AF (or 0xF053AF) is known color: Brilliant Rose. HEX triplet: F0, 53 and AF. RGB value is (240,83,175). Sum of RGB (Red+Green+Blue) = 240+83+175=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F053AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F053AF is #0FAC50. Grayscale: #8C8C8C. Windows color (decimal): -1027153 or 11490288. OLE color: 11490288.

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

Color convert

RGB 240 83 175 -
CMYK 0 0.65 0.27 0.06
HSL 324.84º 0.84% 0.63% -
HSV(B) 324.84º 0.65% 0.94% -
XYZ 46.77 27.81 43.46 -
YUV 140.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 240 83 175 0 0.65 0.27 0.06 324.84 0.84 0.63
Hex F0 53 AF 0 41 1B 6 145 54 3F
Octal 360 123 257 0 101 33 6 505 124 77
Binary 11110000 1010011 10101111 0 1000001 11011 110 101000101 1010100 111111

Color Harmonies of #F053AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053AF

Black with #F053AF

Text Example


Text Example

White with #F053AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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