Html Css Color HEX #FF469C Brilliant Rose

📋 copy color: '#FF469C'

red 255 ◦ green 70 ◦ blue 156

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

Shades of Brilliant Rose #FF469C

Tints of Brilliant Rose #FF469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.55%

 BLUE value IS 156 (61.33% from 255) = 32.43%

R = 53.01%
G = 14.55%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF469C (or 0xFF469C) is known color: Brilliant Rose. HEX triplet: FF, 46 and 9C. RGB value is (255,70,156). Sum of RGB (Red+Green+Blue) = 255+70+156=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF469C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF469C is #00B963. Grayscale: #868686. Windows color (decimal): -47460 or 10241791. OLE color: 10241791.

HSL color Cylindrical-coordinate representation of color #FF469C: hue angle of 332.11º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF469C is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 255 70 156 -
CMYK 0 0.73 0.39 0
HSL 332.11º 1% 0.64% -
HSV(B) 332.11º 0.73% 1% -
XYZ 49.43 28.04 34.26 -
YUV 135.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 255 70 156 0 0.73 0.39 0 332.11 1 0.64
Hex FF 46 9C 0 49 27 0 14C 64 40
Octal 377 106 234 0 111 47 0 514 144 100
Binary 11111111 1000110 10011100 0 1001001 100111 0 101001100 1100100 1000000

Color Harmonies of #FF469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF469C

Black with #FF469C

Text Example


Text Example

White with #FF469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF469C; }

 p { color: rgb(255,70,156); }

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

background-color css

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

 a { background-color: rgb(255,70,156); }

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

border-color css

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

 span { border-color: rgb(255,70,156); }

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