Html Css Color HEX #FF4FB5 Brilliant Rose

📋 copy color: '#FF4FB5'

red 255 ◦ green 79 ◦ blue 181

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

Shades of Brilliant Rose #FF4FB5

Tints of Brilliant Rose #FF4FB5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.34%

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 49.51%
G = 15.34%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF4FB5 (or 0xFF4FB5) is known color: Brilliant Rose. HEX triplet: FF, 4F and B5. RGB value is (255,79,181). Sum of RGB (Red+Green+Blue) = 255+79+181=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4FB5 is #00B04A. Grayscale: #8F8F8F. Windows color (decimal): -45131 or 11882495. OLE color: 11882495.

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

Color convert

RGB 255 79 181 -
CMYK 0 0.69 0.29 0
HSL 325.23º 1% 0.65% -
HSV(B) 325.23º 0.69% 1% -
XYZ 52.38 30.19 46.78 -
YUV 143.25 149.31 207.71 -
System Red Green Blue C M Y K H S L
Decimal 255 79 181 0 0.69 0.29 0 325.23 1 0.65
Hex FF 4F B5 0 45 1D 0 145 64 41
Octal 377 117 265 0 105 35 0 505 144 101
Binary 11111111 1001111 10110101 0 1000101 11101 0 101000101 1100100 1000001

Color Harmonies of #FF4FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4FB5

Black with #FF4FB5

Text Example


Text Example

White with #FF4FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4FB5; }

 p { color: rgb(255,79,181); }

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

background-color css

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

 a { background-color: rgb(255,79,181); }

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

border-color css

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

 span { border-color: rgb(255,79,181); }

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