Html Css Color HEX #FF4FAB Brilliant Rose

📋 copy color: '#FF4FAB'

red 255 ◦ green 79 ◦ blue 171

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

Shades of Brilliant Rose #FF4FAB

Tints of Brilliant Rose #FF4FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 50.5%
G = 15.64%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF4FAB (or 0xFF4FAB) is known color: Brilliant Rose. HEX triplet: FF, 4F and AB. RGB value is (255,79,171). Sum of RGB (Red+Green+Blue) = 255+79+171=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4FAB is #00B054. Grayscale: #8D8D8D. Windows color (decimal): -45141 or 11227135. OLE color: 11227135.

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

Color convert

RGB 255 79 171 -
CMYK 0 0.69 0.33 0
HSL 328.64º 1% 0.65% -
HSV(B) 328.64º 0.69% 1% -
XYZ 51.39 29.79 41.57 -
YUV 142.11 144.31 208.52 -
System Red Green Blue C M Y K H S L
Decimal 255 79 171 0 0.69 0.33 0 328.64 1 0.65
Hex FF 4F AB 0 45 21 0 149 64 41
Octal 377 117 253 0 105 41 0 511 144 101
Binary 11111111 1001111 10101011 0 1000101 100001 0 101001001 1100100 1000001

Color Harmonies of #FF4FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4FAB

Black with #FF4FAB

Text Example


Text Example

White with #FF4FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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