Html Css Color HEX #FF4C98 Brilliant Rose

📋 copy color: '#FF4C98'

red 255 ◦ green 76 ◦ blue 152

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

Shades of Brilliant Rose #FF4C98

Tints of Brilliant Rose #FF4C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.47%

R = 52.8%
G = 15.73%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF4C98 (or 0xFF4C98) is known color: Brilliant Rose. HEX triplet: FF, 4C and 98. RGB value is (255,76,152). Sum of RGB (Red+Green+Blue) = 255+76+152=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4C98 is #00B367. Grayscale: #8A8A8A. Windows color (decimal): -45928 or 9981183. OLE color: 9981183.

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

Color convert

RGB 255 76 152 -
CMYK 0 0.70 0.40 0
HSL 334.53º 1% 0.65% -
HSV(B) 334.53º 0.7% 1% -
XYZ 49.49 28.7 32.64 -
YUV 138.19 135.8 211.32 -
System Red Green Blue C M Y K H S L
Decimal 255 76 152 0 0.70 0.40 0 334.53 1 0.65
Hex FF 4C 98 0 46 28 0 14F 64 41
Octal 377 114 230 0 106 50 0 517 144 101
Binary 11111111 1001100 10011000 0 1000110 101000 0 101001111 1100100 1000001

Color Harmonies of #FF4C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4C98

Black with #FF4C98

Text Example


Text Example

White with #FF4C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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