Html Css Color HEX #F380B2 Persian Pink

📋 copy color: '#F380B2'

red 243 ◦ green 128 ◦ blue 178

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

Shades of Persian Pink #F380B2

Tints of Persian Pink #F380B2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.32%

 BLUE value IS 178 (69.92% from 255) = 32.42%

R = 44.26%
G = 23.32%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F380B2 (or 0xF380B2) is known color: Persian Pink. HEX triplet: F3, 80 and B2. RGB value is (243,128,178). Sum of RGB (Red+Green+Blue) = 243+128+178=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F380B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F380B2 is #0C7F4D. Grayscale: #A8A8A8. Windows color (decimal): -819022 or 11698419. OLE color: 11698419.

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

Color convert

RGB 243 128 178 -
CMYK 0 0.47 0.27 0.05
HSL 333.91º 0.83% 0.73% -
HSV(B) 333.91º 0.47% 0.95% -
XYZ 52.72 37.71 46.62 -
YUV 168.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 243 128 178 0 0.47 0.27 0.05 333.91 0.83 0.73
Hex F3 80 B2 0 2F 1B 5 14E 53 49
Octal 363 200 262 0 57 33 5 516 123 111
Binary 11110011 10000000 10110010 0 101111 11011 101 101001110 1010011 1001001

Color Harmonies of #F380B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380B2

Black with #F380B2

Text Example


Text Example

White with #F380B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380B2; }

 p { color: rgb(243,128,178); }

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

background-color css

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

 a { background-color: rgb(243,128,178); }

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

border-color css

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

 span { border-color: rgb(243,128,178); }

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