Html Css Color HEX #FF2898 Persian Rose

📋 copy color: '#FF2898'

red 255 ◦ green 40 ◦ blue 152

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

Shades of Persian Rose #FF2898

Tints of Persian Rose #FF2898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.95%

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

R = 57.05%
G = 8.95%
B = 34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF2898 (or 0xFF2898) is known color: Persian Rose. HEX triplet: FF, 28 and 98. RGB value is (255,40,152). Sum of RGB (Red+Green+Blue) = 255+40+152=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2898 is #00D767. Grayscale: #747474. Windows color (decimal): -55144 or 9971967. OLE color: 9971967.

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

Color convert

RGB 255 40 152 -
CMYK 0 0.84 0.40 0
HSL 328.74º 1% 0.58% -
HSV(B) 328.74º 0.84% 1% -
XYZ 47.67 25.04 32.03 -
YUV 117.05 147.73 226.39 -
System Red Green Blue C M Y K H S L
Decimal 255 40 152 0 0.84 0.40 0 328.74 1 0.58
Hex FF 28 98 0 54 28 0 149 64 3A
Octal 377 50 230 0 124 50 0 511 144 72
Binary 11111111 101000 10011000 0 1010100 101000 0 101001001 1100100 111010

Color Harmonies of #FF2898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2898

Black with #FF2898

Text Example


Text Example

White with #FF2898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2898; }

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

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

background-color css

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

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

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

border-color css

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

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

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