Html Css Color HEX #FF4CAD Brilliant Rose

📋 copy color: '#FF4CAD'

red 255 ◦ green 76 ◦ blue 173

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

Shades of Brilliant Rose #FF4CAD

Tints of Brilliant Rose #FF4CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.08%

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 50.6%
G = 15.08%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF4CAD (or 0xFF4CAD) is known color: Brilliant Rose. HEX triplet: FF, 4C and AD. RGB value is (255,76,173). Sum of RGB (Red+Green+Blue) = 255+76+173=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4CAD is #00B352. Grayscale: #8C8C8C. Windows color (decimal): -45907 or 11357439. OLE color: 11357439.

HSL color Cylindrical-coordinate representation of color #FF4CAD: hue angle of 327.49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4CAD is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 255 76 173 -
CMYK 0 0.70 0.32 0
HSL 327.49º 1% 0.65% -
HSV(B) 327.49º 0.7% 1% -
XYZ 51.37 29.45 42.51 -
YUV 140.58 146.3 209.61 -
System Red Green Blue C M Y K H S L
Decimal 255 76 173 0 0.70 0.32 0 327.49 1 0.65
Hex FF 4C AD 0 46 20 0 147 64 41
Octal 377 114 255 0 106 40 0 507 144 101
Binary 11111111 1001100 10101101 0 1000110 100000 0 101000111 1100100 1000001

Color Harmonies of #FF4CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4CAD

Black with #FF4CAD

Text Example


Text Example

White with #FF4CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4CAD; }

 p { color: rgb(255,76,173); }

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

background-color css

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

 a { background-color: rgb(255,76,173); }

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

border-color css

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

 span { border-color: rgb(255,76,173); }

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