Html Css Color HEX #FF4FA5 Brilliant Rose

📋 copy color: '#FF4FA5'

red 255 ◦ green 79 ◦ blue 165

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

Shades of Brilliant Rose #FF4FA5

Tints of Brilliant Rose #FF4FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.07%

R = 51.1%
G = 15.83%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF4FA5 (or 0xFF4FA5) is known color: Brilliant Rose. HEX triplet: FF, 4F and A5. RGB value is (255,79,165). Sum of RGB (Red+Green+Blue) = 255+79+165=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4FA5 is #00B05A. Grayscale: #8D8D8D. Windows color (decimal): -45147 or 10833919. OLE color: 10833919.

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

Color convert

RGB 255 79 165 -
CMYK 0 0.69 0.35 0
HSL 330.68º 1% 0.65% -
HSV(B) 330.68º 0.69% 1% -
XYZ 50.83 29.57 38.63 -
YUV 141.43 141.31 209.01 -
System Red Green Blue C M Y K H S L
Decimal 255 79 165 0 0.69 0.35 0 330.68 1 0.65
Hex FF 4F A5 0 45 23 0 14B 64 41
Octal 377 117 245 0 105 43 0 513 144 101
Binary 11111111 1001111 10100101 0 1000101 100011 0 101001011 1100100 1000001

Color Harmonies of #FF4FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4FA5

Black with #FF4FA5

Text Example


Text Example

White with #FF4FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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