Html Css Color HEX #F30F8A Deep Pink

📋 copy color: '#F30F8A'

red 243 ◦ green 15 ◦ blue 138

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

Shades of Deep Pink #F30F8A

Tints of Deep Pink #F30F8A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.79%

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

R = 61.36%
G = 3.79%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F30F8A (or 0xF30F8A) is known color: Deep Pink. HEX triplet: F3, 0F and 8A. RGB value is (243,15,138). Sum of RGB (Red+Green+Blue) = 243+15+138=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30F8A is #0CF075. Grayscale: #606060. Windows color (decimal): -847990 or 9048051. OLE color: 9048051.

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

Color convert

RGB 243 15 138 -
CMYK 0 0.94 0.43 0.05
HSL 327.63º 0.9% 0.51% -
HSV(B) 327.63º 0.94% 0.95% -
XYZ 41.72 21.23 25.94 -
YUV 97.19 151.04 232 -
System Red Green Blue C M Y K H S L
Decimal 243 15 138 0 0.94 0.43 0.05 327.63 0.9 0.51
Hex F3 F 8A 0 5E 2B 5 148 5A 33
Octal 363 17 212 0 136 53 5 510 132 63
Binary 11110011 1111 10001010 0 1011110 101011 101 101001000 1011010 110011

Color Harmonies of #F30F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30F8A

Black with #F30F8A

Text Example


Text Example

White with #F30F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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