Html Css Color HEX #FB38AF Persian Rose

📋 copy color: '#FB38AF'

red 251 ◦ green 56 ◦ blue 175

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

Shades of Persian Rose #FB38AF

Tints of Persian Rose #FB38AF

RGB

 RED value IS 251 (98.44% from 255) = 52.07%

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

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 52.07%
G = 11.62%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB38AF (or 0xFB38AF) is known color: Persian Rose. HEX triplet: FB, 38 and AF. RGB value is (251,56,175). Sum of RGB (Red+Green+Blue) = 251+56+175=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB38AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB38AF is #04C750. Grayscale: #7F7F7F. Windows color (decimal): -313169 or 11483387. OLE color: 11483387.

HSL color Cylindrical-coordinate representation of color #FB38AF: hue angle of 323.38º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB38AF is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 56 175 -
CMYK 0 0.78 0.30 0.02
HSL 323.38º 0.96% 0.6% -
HSV(B) 323.38º 0.78% 0.98% -
XYZ 48.94 26.43 43.08 -
YUV 127.87 154.6 215.82 -
System Red Green Blue C M Y K H S L
Decimal 251 56 175 0 0.78 0.30 0.02 323.38 0.96 0.6
Hex FB 38 AF 0 4E 1E 2 143 60 3C
Octal 373 70 257 0 116 36 2 503 140 74
Binary 11111011 111000 10101111 0 1001110 11110 10 101000011 1100000 111100

Color Harmonies of #FB38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB38AF

Black with #FB38AF

Text Example


Text Example

White with #FB38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB38AF; }

 p { color: rgb(251,56,175); }

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

background-color css

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

 a { background-color: rgb(251,56,175); }

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

border-color css

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

 span { border-color: rgb(251,56,175); }

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