Html Css Color HEX #F381B7 Persian Pink

📋 copy color: '#F381B7'

red 243 ◦ green 129 ◦ blue 183

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

Shades of Persian Pink #F381B7

Tints of Persian Pink #F381B7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.24%

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

R = 43.78%
G = 23.24%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F381B7 (or 0xF381B7) is known color: Persian Pink. HEX triplet: F3, 81 and B7. RGB value is (243,129,183). Sum of RGB (Red+Green+Blue) = 243+129+183=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F381B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381B7 is #0C7E48. Grayscale: #A9A9A9. Windows color (decimal): -818761 or 12026355. OLE color: 12026355.

HSL color Cylindrical-coordinate representation of color #F381B7: hue angle of 331.58º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F381B7 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 129 183 -
CMYK 0 0.47 0.25 0.05
HSL 331.58º 0.83% 0.73% -
HSV(B) 331.58º 0.47% 0.95% -
XYZ 53.36 38.17 49.36 -
YUV 169.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 243 129 183 0 0.47 0.25 0.05 331.58 0.83 0.73
Hex F3 81 B7 0 2F 19 5 14C 53 49
Octal 363 201 267 0 57 31 5 514 123 111
Binary 11110011 10000001 10110111 0 101111 11001 101 101001100 1010011 1001001

Color Harmonies of #F381B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F381B7

Black with #F381B7

Text Example


Text Example

White with #F381B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F381B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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