Html Css Color HEX #F30C8A Deep Pink

📋 copy color: '#F30C8A'

red 243 ◦ green 12 ◦ blue 138

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

Shades of Deep Pink #F30C8A

Tints of Deep Pink #F30C8A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.05%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 61.83%
G = 3.05%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F30C8A (or 0xF30C8A) is known color: Deep Pink. HEX triplet: F3, 0C and 8A. RGB value is (243,12,138). Sum of RGB (Red+Green+Blue) = 243+12+138=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30C8A is #0CF375. Grayscale: #5F5F5F. Windows color (decimal): -848758 or 9047283. OLE color: 9047283.

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

Color convert

RGB 243 12 138 -
CMYK 0 0.95 0.43 0.05
HSL 327.27º 0.91% 0.5% -
HSV(B) 327.27º 0.95% 0.95% -
XYZ 41.68 21.15 25.93 -
YUV 95.43 152.03 233.25 -
System Red Green Blue C M Y K H S L
Decimal 243 12 138 0 0.95 0.43 0.05 327.27 0.91 0.5
Hex F3 C 8A 0 5F 2B 5 147 5B 32
Octal 363 14 212 0 137 53 5 507 133 62
Binary 11110011 1100 10001010 0 1011111 101011 101 101000111 1011011 110010

Color Harmonies of #F30C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30C8A

Black with #F30C8A

Text Example


Text Example

White with #F30C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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