Html Css Color HEX #FC40AF Brilliant Rose

📋 copy color: '#FC40AF'

red 252 ◦ green 64 ◦ blue 175

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

Shades of Brilliant Rose #FC40AF

Tints of Brilliant Rose #FC40AF

RGB

 RED value IS 252 (98.83% from 255) = 51.32%

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

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

R = 51.32%
G = 13.03%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC40AF (or 0xFC40AF) is known color: Brilliant Rose. HEX triplet: FC, 40 and AF. RGB value is (252,64,175). Sum of RGB (Red+Green+Blue) = 252+64+175=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC40AF is #03BF50. Grayscale: #848484. Windows color (decimal): -245585 or 11485436. OLE color: 11485436.

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

Color convert

RGB 252 64 175 -
CMYK 0 0.75 0.31 0.01
HSL 324.57º 0.97% 0.62% -
HSV(B) 324.57º 0.75% 0.99% -
XYZ 49.72 27.46 43.24 -
YUV 132.87 151.78 212.97 -
System Red Green Blue C M Y K H S L
Decimal 252 64 175 0 0.75 0.31 0.01 324.57 0.97 0.62
Hex FC 40 AF 0 4B 1F 1 145 61 3E
Octal 374 100 257 0 113 37 1 505 141 76
Binary 11111100 1000000 10101111 0 1001011 11111 1 101000101 1100001 111110

Color Harmonies of #FC40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40AF

Black with #FC40AF

Text Example


Text Example

White with #FC40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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