Html Css Color HEX #F30A8B Deep Pink

📋 copy color: '#F30A8B'

red 243 ◦ green 10 ◦ blue 139

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

Shades of Deep Pink #F30A8B

Tints of Deep Pink #F30A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.55%

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 61.99%
G = 2.55%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F30A8B (or 0xF30A8B) is known color: Deep Pink. HEX triplet: F3, 0A and 8B. RGB value is (243,10,139). Sum of RGB (Red+Green+Blue) = 243+10+139=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30A8B is #0CF574. Grayscale: #5E5E5E. Windows color (decimal): -849269 or 9112307. OLE color: 9112307.

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

Color convert

RGB 243 10 139 -
CMYK 0 0.96 0.43 0.05
HSL 326.78º 0.92% 0.5% -
HSV(B) 326.78º 0.96% 0.95% -
XYZ 41.73 21.14 26.31 -
YUV 94.37 153.19 234.01 -
System Red Green Blue C M Y K H S L
Decimal 243 10 139 0 0.96 0.43 0.05 326.78 0.92 0.5
Hex F3 A 8B 0 60 2B 5 147 5C 32
Octal 363 12 213 0 140 53 5 507 134 62
Binary 11110011 1010 10001011 0 1100000 101011 101 101000111 1011100 110010

Color Harmonies of #F30A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30A8B

Black with #F30A8B

Text Example


Text Example

White with #F30A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30A8B; }

 p { color: rgb(243,10,139); }

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

background-color css

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

 a { background-color: rgb(243,10,139); }

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

border-color css

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

 span { border-color: rgb(243,10,139); }

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