Html Css Color HEX #F25CB3 Hot Pink

📋 copy color: '#F25CB3'

red 242 ◦ green 92 ◦ blue 179

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

Shades of Hot Pink #F25CB3

Tints of Hot Pink #F25CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.89%

R = 47.17%
G = 17.93%
B = 34.89%

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

#F25CB3 (or 0xF25CB3) is known color: Hot Pink. HEX triplet: F2, 5C and B3. RGB value is (242,92,179). Sum of RGB (Red+Green+Blue) = 242+92+179=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CB3 is #0DA34C. Grayscale: #929292. Windows color (decimal): -893773 or 11754738. OLE color: 11754738.

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

Color convert

RGB 242 92 179 -
CMYK 0 0.62 0.26 0.05
HSL 325.2º 0.85% 0.65% -
HSV(B) 325.2º 0.62% 0.95% -
XYZ 48.58 29.79 45.84 -
YUV 146.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 242 92 179 0 0.62 0.26 0.05 325.2 0.85 0.65
Hex F2 5C B3 0 3E 1A 5 145 55 41
Octal 362 134 263 0 76 32 5 505 125 101
Binary 11110010 1011100 10110011 0 111110 11010 101 101000101 1010101 1000001

Color Harmonies of #F25CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CB3

Black with #F25CB3

Text Example


Text Example

White with #F25CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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