Html Css Color HEX #FF2398 Persian Rose

📋 copy color: '#FF2398'

red 255 ◦ green 35 ◦ blue 152

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

Shades of Persian Rose #FF2398

Tints of Persian Rose #FF2398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.92%

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

R = 57.69%
G = 7.92%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF2398 (or 0xFF2398) is known color: Persian Rose. HEX triplet: FF, 23 and 98. RGB value is (255,35,152). Sum of RGB (Red+Green+Blue) = 255+35+152=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2398 is #00DC67. Grayscale: #717171. Windows color (decimal): -56424 or 9970687. OLE color: 9970687.

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

Color convert

RGB 255 35 152 -
CMYK 0 0.86 0.40 0
HSL 328.09º 1% 0.57% -
HSV(B) 328.09º 0.86% 1% -
XYZ 47.51 24.73 31.97 -
YUV 114.12 149.39 228.49 -
System Red Green Blue C M Y K H S L
Decimal 255 35 152 0 0.86 0.40 0 328.09 1 0.57
Hex FF 23 98 0 56 28 0 148 64 39
Octal 377 43 230 0 126 50 0 510 144 71
Binary 11111111 100011 10011000 0 1010110 101000 0 101001000 1100100 111001

Color Harmonies of #FF2398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2398

Black with #FF2398

Text Example


Text Example

White with #FF2398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2398; }

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

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

background-color css

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

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

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

border-color css

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

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

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