Html Css Color HEX #F304B7 Shocking Pink

📋 copy color: '#F304B7'

red 243 ◦ green 4 ◦ blue 183

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

Shades of Shocking Pink #F304B7

Tints of Shocking Pink #F304B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.56%

R = 56.51%
G = 0.93%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F304B7 (or 0xF304B7) is known color: Shocking Pink. HEX triplet: F3, 04 and B7. RGB value is (243,4,183). Sum of RGB (Red+Green+Blue) = 243+4+183=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F304B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304B7 is #0CFB48. Grayscale: #5F5F5F. Windows color (decimal): -850761 or 11994355. OLE color: 11994355.

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

Color convert

RGB 243 4 183 -
CMYK 0 0.98 0.25 0.05
HSL 315.06º 0.97% 0.48% -
HSV(B) 315.06º 0.98% 0.95% -
XYZ 45.55 22.56 46.75 -
YUV 95.87 177.18 232.95 -
System Red Green Blue C M Y K H S L
Decimal 243 4 183 0 0.98 0.25 0.05 315.06 0.97 0.48
Hex F3 4 B7 0 62 19 5 13B 61 30
Octal 363 4 267 0 142 31 5 473 141 60
Binary 11110011 100 10110111 0 1100010 11001 101 100111011 1100001 110000

Color Harmonies of #F304B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304B7

Black with #F304B7

Text Example


Text Example

White with #F304B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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