Html Css Color HEX #FC62A2 Brilliant Rose

📋 copy color: '#FC62A2'

red 252 ◦ green 98 ◦ blue 162

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

Shades of Brilliant Rose #FC62A2

Tints of Brilliant Rose #FC62A2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.14%

 BLUE value IS 162 (63.67% from 255) = 31.64%

R = 49.22%
G = 19.14%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC62A2 (or 0xFC62A2) is known color: Brilliant Rose. HEX triplet: FC, 62 and A2. RGB value is (252,98,162). Sum of RGB (Red+Green+Blue) = 252+98+162=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC62A2 is #039D5D. Grayscale: #979797. Windows color (decimal): -236894 or 10642172. OLE color: 10642172.

HSL color Cylindrical-coordinate representation of color #FC62A2: hue angle of 335.06º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC62A2 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 98 162 -
CMYK 0 0.61 0.36 0.01
HSL 335.06º 0.96% 0.69% -
HSV(B) 335.06º 0.61% 0.99% -
XYZ 51.03 32.04 37.68 -
YUV 151.34 134.02 199.8 -
System Red Green Blue C M Y K H S L
Decimal 252 98 162 0 0.61 0.36 0.01 335.06 0.96 0.69
Hex FC 62 A2 0 3D 24 1 14F 60 45
Octal 374 142 242 0 75 44 1 517 140 105
Binary 11111100 1100010 10100010 0 111101 100100 1 101001111 1100000 1000101

Color Harmonies of #FC62A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC62A2

Black with #FC62A2

Text Example


Text Example

White with #FC62A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC62A2; }

 p { color: rgb(252,98,162); }

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

background-color css

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

 a { background-color: rgb(252,98,162); }

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

border-color css

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

 span { border-color: rgb(252,98,162); }

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