Html Css Color HEX #F38AB8 Persian Pink

📋 copy color: '#F38AB8'

red 243 ◦ green 138 ◦ blue 184

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

Shades of Persian Pink #F38AB8

Tints of Persian Pink #F38AB8

RGB

 RED value IS 243 (95.31% from 255) = 43.01%

 GREEN value IS 138 (54.3% from 255) = 24.42%

 BLUE value IS 184 (72.27% from 255) = 32.57%

R = 43.01%
G = 24.42%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F38AB8 (or 0xF38AB8) is known color: Persian Pink. HEX triplet: F3, 8A and B8. RGB value is (243,138,184). Sum of RGB (Red+Green+Blue) = 243+138+184=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38AB8 is #0C7547. Grayscale: #AEAEAE. Windows color (decimal): -816456 or 12094195. OLE color: 12094195.

HSL color Cylindrical-coordinate representation of color #F38AB8: hue angle of 333.71º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38AB8 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 138 184 -
CMYK 0 0.43 0.24 0.05
HSL 333.71º 0.81% 0.75% -
HSV(B) 333.71º 0.43% 0.95% -
XYZ 54.7 40.69 50.32 -
YUV 174.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 243 138 184 0 0.43 0.24 0.05 333.71 0.81 0.75
Hex F3 8A B8 0 2B 18 5 14E 51 4B
Octal 363 212 270 0 53 30 5 516 121 113
Binary 11110011 10001010 10111000 0 101011 11000 101 101001110 1010001 1001011

Color Harmonies of #F38AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38AB8

Black with #F38AB8

Text Example


Text Example

White with #F38AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38AB8; }

 p { color: rgb(243,138,184); }

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

background-color css

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

 a { background-color: rgb(243,138,184); }

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

border-color css

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

 span { border-color: rgb(243,138,184); }

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