#FF38B4

Color #FF38B4 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #FF38B4

Tints of Persian Rose #FF38B4

Color information

#FF38B4 (or 0xFF38B4) is unknown color: approx Persian Rose. HEX triplet: FF, 38 and B4. RGB value is (255,56,180). Sum of RGB (Red+Green+Blue) = 255+56+180=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38B4 is #00C74B. Grayscale: #818181. Windows color (decimal): -51020 or 11811071. OLE color: 11811071.

HSL color Cylindrical-coordinate representation of color #FF38B4: hue angle of 322.61º 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 #FF38B4 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB25556180-
CMYK00.780.290
HSL322.61º100%60.98%-
HSV(B)322.61º78.04%100%-
XYZ50.8927.3845.78-
YUV129.64156.43217.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 56 (22.27% from 255) = 11.41%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=51.93%
G=11.41%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555618000.780.290322.6110060.98
HexFF38B404E1D0143643d
Octal37770264011635050314475
Binary1111111111100010110100010011101110101010000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF38B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF38B4; }

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

 H1.HeaderClassName
 {
   color: #FF38B4;
 }
 .AnyTagClassName
 {
   color: #FF38B4;
 }
</style>
background-color css

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

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

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

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

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

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