Html Css Color HEX #F38AB7 Persian Pink

📋 copy color: '#F38AB7'

red 243 ◦ green 138 ◦ blue 183

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

Shades of Persian Pink #F38AB7

Tints of Persian Pink #F38AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.45%

R = 43.09%
G = 24.47%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F38AB7 (or 0xF38AB7) is known color: Persian Pink. HEX triplet: F3, 8A and B7. RGB value is (243,138,183). Sum of RGB (Red+Green+Blue) = 243+138+183=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38AB7 is #0C7548. Grayscale: #AEAEAE. Windows color (decimal): -816457 or 12028659. OLE color: 12028659.

HSL color Cylindrical-coordinate representation of color #F38AB7: hue angle of 334.29º 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 #F38AB7 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 138 183 -
CMYK 0 0.43 0.25 0.05
HSL 334.29º 0.81% 0.75% -
HSV(B) 334.29º 0.43% 0.95% -
XYZ 54.6 40.65 49.77 -
YUV 174.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 243 138 183 0 0.43 0.25 0.05 334.29 0.81 0.75
Hex F3 8A B7 0 2B 19 5 14E 51 4B
Octal 363 212 267 0 53 31 5 516 121 113
Binary 11110011 10001010 10110111 0 101011 11001 101 101001110 1010001 1001011

Color Harmonies of #F38AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38AB7

Black with #F38AB7

Text Example


Text Example

White with #F38AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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