Html Css Color HEX #FF40AF Brilliant Rose

📋 copy color: '#FF40AF'

red 255 ◦ green 64 ◦ blue 175

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

Shades of Brilliant Rose #FF40AF

Tints of Brilliant Rose #FF40AF

RGB

 RED value IS 255 (100% from 255) = 51.62%

 GREEN value IS 64 (25.39% from 255) = 12.96%

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

R = 51.62%
G = 12.96%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF40AF (or 0xFF40AF) is known color: Brilliant Rose. HEX triplet: FF, 40 and AF. RGB value is (255,64,175). Sum of RGB (Red+Green+Blue) = 255+64+175=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40AF is #00BF50. Grayscale: #858585. Windows color (decimal): -48977 or 11485439. OLE color: 11485439.

HSL color Cylindrical-coordinate representation of color #FF40AF: hue angle of 325.13º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF40AF is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 64 175 -
CMYK 0 0.75 0.31 0
HSL 325.13º 1% 0.63% -
HSV(B) 325.13º 0.75% 1% -
XYZ 50.81 28.02 43.29 -
YUV 133.76 151.28 214.47 -
System Red Green Blue C M Y K H S L
Decimal 255 64 175 0 0.75 0.31 0 325.13 1 0.63
Hex FF 40 AF 0 4B 1F 0 145 64 3F
Octal 377 100 257 0 113 37 0 505 144 77
Binary 11111111 1000000 10101111 0 1001011 11111 0 101000101 1100100 111111

Color Harmonies of #FF40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF40AF

Black with #FF40AF

Text Example


Text Example

White with #FF40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF40AF; }

 p { color: rgb(255,64,175); }

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

background-color css

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

 a { background-color: rgb(255,64,175); }

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

border-color css

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

 span { border-color: rgb(255,64,175); }

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