Html Css Color HEX #F25CB2 Hot Pink

📋 copy color: '#F25CB2'

red 242 ◦ green 92 ◦ blue 178

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

Shades of Hot Pink #F25CB2

Tints of Hot Pink #F25CB2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.97%

 BLUE value IS 178 (69.92% from 255) = 34.77%

R = 47.27%
G = 17.97%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F25CB2 (or 0xF25CB2) is known color: Hot Pink. HEX triplet: F2, 5C and B2. RGB value is (242,92,178). Sum of RGB (Red+Green+Blue) = 242+92+178=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25CB2 is #0DA34D. Grayscale: #929292. Windows color (decimal): -893774 or 11689202. OLE color: 11689202.

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

Color convert

RGB 242 92 178 -
CMYK 0 0.62 0.26 0.05
HSL 325.6º 0.85% 0.65% -
HSV(B) 325.6º 0.62% 0.95% -
XYZ 48.48 29.75 45.31 -
YUV 146.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 242 92 178 0 0.62 0.26 0.05 325.6 0.85 0.65
Hex F2 5C B2 0 3E 1A 5 146 55 41
Octal 362 134 262 0 76 32 5 506 125 101
Binary 11110010 1011100 10110010 0 111110 11010 101 101000110 1010101 1000001

Color Harmonies of #F25CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CB2

Black with #F25CB2

Text Example


Text Example

White with #F25CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CB2; }

 p { color: rgb(242,92,178); }

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

background-color css

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

 a { background-color: rgb(242,92,178); }

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

border-color css

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

 span { border-color: rgb(242,92,178); }

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