Html Css Color HEX #FF469B Brilliant Rose

📋 copy color: '#FF469B'

red 255 ◦ green 70 ◦ blue 155

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

Shades of Brilliant Rose #FF469B

Tints of Brilliant Rose #FF469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.29%

R = 53.13%
G = 14.58%
B = 32.29%

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

#FF469B (or 0xFF469B) is known color: Brilliant Rose. HEX triplet: FF, 46 and 9B. RGB value is (255,70,155). Sum of RGB (Red+Green+Blue) = 255+70+155=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF469B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF469B is #00B964. Grayscale: #868686. Windows color (decimal): -47461 or 10176255. OLE color: 10176255.

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

Color convert

RGB 255 70 155 -
CMYK 0 0.73 0.39 0
HSL 332.43º 1% 0.64% -
HSV(B) 332.43º 0.73% 1% -
XYZ 49.35 28.01 33.82 -
YUV 135.01 139.29 213.59 -
System Red Green Blue C M Y K H S L
Decimal 255 70 155 0 0.73 0.39 0 332.43 1 0.64
Hex FF 46 9B 0 49 27 0 14C 64 40
Octal 377 106 233 0 111 47 0 514 144 100
Binary 11111111 1000110 10011011 0 1001001 100111 0 101001100 1100100 1000000

Color Harmonies of #FF469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF469B

Black with #FF469B

Text Example


Text Example

White with #FF469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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