Html Css Color HEX #FF38A9 Persian Rose

📋 copy color: '#FF38A9'

red 255 ◦ green 56 ◦ blue 169

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

Shades of Persian Rose #FF38A9

Tints of Persian Rose #FF38A9

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.67%

 BLUE value IS 169 (66.41% from 255) = 35.21%

R = 53.13%
G = 11.67%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FF38A9 (or 0xFF38A9) is known color: Persian Rose. HEX triplet: FF, 38 and A9. RGB value is (255,56,169). Sum of RGB (Red+Green+Blue) = 255+56+169=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF38A9 is #00C756. Grayscale: #808080. Windows color (decimal): -51031 or 11090175. OLE color: 11090175.

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

Color convert

RGB 255 56 169 -
CMYK 0 0.78 0.34 0
HSL 325.93º 1% 0.61% -
HSV(B) 325.93º 0.78% 1% -
XYZ 49.82 26.95 40.11 -
YUV 128.38 150.93 218.31 -
System Red Green Blue C M Y K H S L
Decimal 255 56 169 0 0.78 0.34 0 325.93 1 0.61
Hex FF 38 A9 0 4E 22 0 146 64 3D
Octal 377 70 251 0 116 42 0 506 144 75
Binary 11111111 111000 10101001 0 1001110 100010 0 101000110 1100100 111101

Color Harmonies of #FF38A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF38A9

Black with #FF38A9

Text Example


Text Example

White with #FF38A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF38A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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