Html Css Color HEX #FF5F98 Brilliant Rose

📋 copy color: '#FF5F98'

red 255 ◦ green 95 ◦ blue 152

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

Shades of Brilliant Rose #FF5F98

Tints of Brilliant Rose #FF5F98

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.92%

 BLUE value IS 152 (59.77% from 255) = 30.28%

R = 50.8%
G = 18.92%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF5F98 (or 0xFF5F98) is known color: Brilliant Rose. HEX triplet: FF, 5F and 98. RGB value is (255,95,152). Sum of RGB (Red+Green+Blue) = 255+95+152=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5F98 is #00A067. Grayscale: #959595. Windows color (decimal): -41064 or 9986047. OLE color: 9986047.

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

Color convert

RGB 255 95 152 -
CMYK 0 0.63 0.40 0
HSL 338.63º 1% 0.69% -
HSV(B) 338.63º 0.63% 1% -
XYZ 51 31.71 33.14 -
YUV 149.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 255 95 152 0 0.63 0.40 0 338.63 1 0.69
Hex FF 5F 98 0 3F 28 0 153 64 45
Octal 377 137 230 0 77 50 0 523 144 105
Binary 11111111 1011111 10011000 0 111111 101000 0 101010011 1100100 1000101

Color Harmonies of #FF5F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F98

Black with #FF5F98

Text Example


Text Example

White with #FF5F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F98; }

 p { color: rgb(255,95,152); }

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

background-color css

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

 a { background-color: rgb(255,95,152); }

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

border-color css

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

 span { border-color: rgb(255,95,152); }

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