Html Css Color HEX #F304B9 Shocking Pink

📋 copy color: '#F304B9'

red 243 ◦ green 4 ◦ blue 185

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

Shades of Shocking Pink #F304B9

Tints of Shocking Pink #F304B9

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 185 (72.66% from 255) = 42.82%

R = 56.25%
G = 0.93%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F304B9 (or 0xF304B9) is known color: Shocking Pink. HEX triplet: F3, 04 and B9. RGB value is (243,4,185). Sum of RGB (Red+Green+Blue) = 243+4+185=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 4 (1.95% from 255 or 0.93% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F304B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304B9 is #0CFB46. Grayscale: #5F5F5F. Windows color (decimal): -850759 or 12125427. OLE color: 12125427.

HSL color Cylindrical-coordinate representation of color #F304B9: hue angle of 314.56º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F304B9 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 4 185 -
CMYK 0 0.98 0.24 0.05
HSL 314.56º 0.97% 0.48% -
HSV(B) 314.56º 0.98% 0.95% -
XYZ 45.76 22.64 47.86 -
YUV 96.1 178.18 232.78 -
System Red Green Blue C M Y K H S L
Decimal 243 4 185 0 0.98 0.24 0.05 314.56 0.97 0.48
Hex F3 4 B9 0 62 18 5 13B 61 30
Octal 363 4 271 0 142 30 5 473 141 60
Binary 11110011 100 10111001 0 1100010 11000 101 100111011 1100001 110000

Color Harmonies of #F304B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304B9

Black with #F304B9

Text Example


Text Example

White with #F304B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304B9; }

 p { color: rgb(243,4,185); }

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

background-color css

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

 a { background-color: rgb(243,4,185); }

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

border-color css

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

 span { border-color: rgb(243,4,185); }

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