Html Css Color HEX #FE4F9B Brilliant Rose

📋 copy color: '#FE4F9B'

red 254 ◦ green 79 ◦ blue 155

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

Shades of Brilliant Rose #FE4F9B

Tints of Brilliant Rose #FE4F9B

RGB

 RED value IS 254 (99.61% from 255) = 52.05%

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

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

R = 52.05%
G = 16.19%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE4F9B (or 0xFE4F9B) is known color: Brilliant Rose. HEX triplet: FE, 4F and 9B. RGB value is (254,79,155). Sum of RGB (Red+Green+Blue) = 254+79+155=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4F9B is #01B064. Grayscale: #8B8B8B. Windows color (decimal): -110693 or 10178558. OLE color: 10178558.

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

Color convert

RGB 254 79 155 -
CMYK 0 0.69 0.39 0.00
HSL 333.94º 0.99% 0.65% -
HSV(B) 333.94º 0.69% 1% -
XYZ 49.59 29.03 34 -
YUV 139.99 136.48 209.32 -
System Red Green Blue C M Y K H S L
Decimal 254 79 155 0 0.69 0.39 0.00 333.94 0.99 0.65
Hex FE 4F 9B 0 45 27 0 14E 63 41
Octal 376 117 233 0 105 47 0 516 143 101
Binary 11111110 1001111 10011011 0 1000101 100111 0 101001110 1100011 1000001

Color Harmonies of #FE4F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4F9B

Black with #FE4F9B

Text Example


Text Example

White with #FE4F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4F9B; }

 p { color: rgb(254,79,155); }

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

background-color css

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

 a { background-color: rgb(254,79,155); }

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

border-color css

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

 span { border-color: rgb(254,79,155); }

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