Html Css Color HEX #FF39B4 Persian Rose

📋 copy color: '#FF39B4'

red 255 ◦ green 57 ◦ blue 180

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

Shades of Persian Rose #FF39B4

Tints of Persian Rose #FF39B4

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.59%

 BLUE value IS 180 (70.7% from 255) = 36.59%

R = 51.83%
G = 11.59%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF39B4 (or 0xFF39B4) is known color: Persian Rose. HEX triplet: FF, 39 and B4. RGB value is (255,57,180). Sum of RGB (Red+Green+Blue) = 255+57+180=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 57 (22.66% from 255 or 11.59% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF39B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF39B4 is #00C64B. Grayscale: #818181. Windows color (decimal): -50764 or 11811327. OLE color: 11811327.

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

Color convert

RGB 255 57 180 -
CMYK 0 0.78 0.29 0
HSL 322.73º 1% 0.61% -
HSV(B) 322.73º 0.78% 1% -
XYZ 50.94 27.48 45.8 -
YUV 130.22 156.1 217 -
System Red Green Blue C M Y K H S L
Decimal 255 57 180 0 0.78 0.29 0 322.73 1 0.61
Hex FF 39 B4 0 4E 1D 0 143 64 3D
Octal 377 71 264 0 116 35 0 503 144 75
Binary 11111111 111001 10110100 0 1001110 11101 0 101000011 1100100 111101

Color Harmonies of #FF39B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF39B4

Black with #FF39B4

Text Example


Text Example

White with #FF39B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF39B4; }

 p { color: rgb(255,57,180); }

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

background-color css

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

 a { background-color: rgb(255,57,180); }

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

border-color css

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

 span { border-color: rgb(255,57,180); }

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