Html Css Color HEX #FF38B0 Persian Rose

📋 copy color: '#FF38B0'

red 255 ◦ green 56 ◦ blue 176

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

Shades of Persian Rose #FF38B0

Tints of Persian Rose #FF38B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.14%

R = 52.36%
G = 11.5%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF38B0 (or 0xFF38B0) is known color: Persian Rose. HEX triplet: FF, 38 and B0. RGB value is (255,56,176). Sum of RGB (Red+Green+Blue) = 255+56+176=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF38B0 is #00C74F. Grayscale: #808080. Windows color (decimal): -51024 or 11548927. OLE color: 11548927.

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

Color convert

RGB 255 56 176 -
CMYK 0 0.78 0.31 0
HSL 323.82º 1% 0.61% -
HSV(B) 323.82º 0.78% 1% -
XYZ 50.49 27.22 43.67 -
YUV 129.18 154.43 217.74 -
System Red Green Blue C M Y K H S L
Decimal 255 56 176 0 0.78 0.31 0 323.82 1 0.61
Hex FF 38 B0 0 4E 1F 0 144 64 3D
Octal 377 70 260 0 116 37 0 504 144 75
Binary 11111111 111000 10110000 0 1001110 11111 0 101000100 1100100 111101

Color Harmonies of #FF38B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF38B0

Black with #FF38B0

Text Example


Text Example

White with #FF38B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF38B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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