Html Css Color HEX #FC629A Brilliant Rose

📋 copy color: '#FC629A'

red 252 ◦ green 98 ◦ blue 154

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

Shades of Brilliant Rose #FC629A

Tints of Brilliant Rose #FC629A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.56%

R = 50%
G = 19.44%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC629A (or 0xFC629A) is known color: Brilliant Rose. HEX triplet: FC, 62 and 9A. RGB value is (252,98,154). Sum of RGB (Red+Green+Blue) = 252+98+154=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC629A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC629A is #039D65. Grayscale: #969696. Windows color (decimal): -236902 or 10117884. OLE color: 10117884.

HSL color Cylindrical-coordinate representation of color #FC629A: hue angle of 338.18º 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 #FC629A is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 98 154 -
CMYK 0 0.61 0.39 0.01
HSL 338.18º 0.96% 0.69% -
HSV(B) 338.18º 0.61% 0.99% -
XYZ 50.35 31.76 34.05 -
YUV 150.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 252 98 154 0 0.61 0.39 0.01 338.18 0.96 0.69
Hex FC 62 9A 0 3D 27 1 152 60 45
Octal 374 142 232 0 75 47 1 522 140 105
Binary 11111100 1100010 10011010 0 111101 100111 1 101010010 1100000 1000101

Color Harmonies of #FC629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC629A

Black with #FC629A

Text Example


Text Example

White with #FC629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC629A; }

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

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

background-color css

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

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

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

border-color css

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

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

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