Html Css Color HEX #FF4CA4 Brilliant Rose

📋 copy color: '#FF4CA4'

red 255 ◦ green 76 ◦ blue 164

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

Shades of Brilliant Rose #FF4CA4

Tints of Brilliant Rose #FF4CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.13%

R = 51.52%
G = 15.35%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FF4CA4 (or 0xFF4CA4) is known color: Brilliant Rose. HEX triplet: FF, 4C and A4. RGB value is (255,76,164). Sum of RGB (Red+Green+Blue) = 255+76+164=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4CA4 is #00B35B. Grayscale: #8B8B8B. Windows color (decimal): -45916 or 10767615. OLE color: 10767615.

HSL color Cylindrical-coordinate representation of color #FF4CA4: hue angle of 330.5º 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 #FF4CA4 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 255 76 164 -
CMYK 0 0.70 0.36 0
HSL 330.5º 1% 0.65% -
HSV(B) 330.5º 0.7% 1% -
XYZ 50.53 29.11 38.08 -
YUV 139.55 141.8 210.34 -
System Red Green Blue C M Y K H S L
Decimal 255 76 164 0 0.70 0.36 0 330.5 1 0.65
Hex FF 4C A4 0 46 24 0 14B 64 41
Octal 377 114 244 0 106 44 0 513 144 101
Binary 11111111 1001100 10100100 0 1000110 100100 0 101001011 1100100 1000001

Color Harmonies of #FF4CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4CA4

Black with #FF4CA4

Text Example


Text Example

White with #FF4CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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