Html Css Color HEX #F207B4 Shocking Pink

📋 copy color: '#F207B4'

red 242 ◦ green 7 ◦ blue 180

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

Shades of Shocking Pink #F207B4

Tints of Shocking Pink #F207B4

RGB

 RED value IS 242 (94.92% from 255) = 56.41%

 GREEN value IS 7 (3.13% from 255) = 1.63%

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 56.41%
G = 1.63%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F207B4 (or 0xF207B4) is known color: Shocking Pink. HEX triplet: F2, 07 and B4. RGB value is (242,7,180). Sum of RGB (Red+Green+Blue) = 242+7+180=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F207B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F207B4 is #0DF84B. Grayscale: #606060. Windows color (decimal): -915532 or 11798514. OLE color: 11798514.

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

Color convert

RGB 242 7 180 -
CMYK 0 0.97 0.26 0.05
HSL 315.83º 0.94% 0.49% -
HSV(B) 315.83º 0.97% 0.95% -
XYZ 44.93 22.32 45.12 -
YUV 96.99 174.86 231.43 -
System Red Green Blue C M Y K H S L
Decimal 242 7 180 0 0.97 0.26 0.05 315.83 0.94 0.49
Hex F2 7 B4 0 61 1A 5 13C 5E 31
Octal 362 7 264 0 141 32 5 474 136 61
Binary 11110010 111 10110100 0 1100001 11010 101 100111100 1011110 110001

Color Harmonies of #F207B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F207B4

Black with #F207B4

Text Example


Text Example

White with #F207B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F207B4; }

 p { color: rgb(242,7,180); }

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

background-color css

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

 a { background-color: rgb(242,7,180); }

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

border-color css

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

 span { border-color: rgb(242,7,180); }

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