Html Css Color HEX #FF48B6 Brilliant Rose

📋 copy color: '#FF48B6'

red 255 ◦ green 72 ◦ blue 182

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

Shades of Brilliant Rose #FF48B6

Tints of Brilliant Rose #FF48B6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.15%

 BLUE value IS 182 (71.48% from 255) = 35.76%

R = 50.1%
G = 14.15%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF48B6 (or 0xFF48B6) is known color: Brilliant Rose. HEX triplet: FF, 48 and B6. RGB value is (255,72,182). Sum of RGB (Red+Green+Blue) = 255+72+182=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48B6 is #00B749. Grayscale: #8B8B8B. Windows color (decimal): -46922 or 11946239. OLE color: 11946239.

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

Color convert

RGB 255 72 182 -
CMYK 0 0.72 0.29 0
HSL 323.93º 1% 0.64% -
HSV(B) 323.93º 0.72% 1% -
XYZ 52 29.27 47.17 -
YUV 139.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 255 72 182 0 0.72 0.29 0 323.93 1 0.64
Hex FF 48 B6 0 48 1D 0 144 64 40
Octal 377 110 266 0 110 35 0 504 144 100
Binary 11111111 1001000 10110110 0 1001000 11101 0 101000100 1100100 1000000

Color Harmonies of #FF48B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48B6

Black with #FF48B6

Text Example


Text Example

White with #FF48B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48B6; }

 p { color: rgb(255,72,182); }

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

background-color css

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

 a { background-color: rgb(255,72,182); }

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

border-color css

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

 span { border-color: rgb(255,72,182); }

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