Html Css Color HEX #F25CB6 Hot Pink

📋 copy color: '#F25CB6'

red 242 ◦ green 92 ◦ blue 182

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

Shades of Hot Pink #F25CB6

Tints of Hot Pink #F25CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.27%

R = 46.9%
G = 17.83%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F25CB6 (or 0xF25CB6) is known color: Hot Pink. HEX triplet: F2, 5C and B6. RGB value is (242,92,182). Sum of RGB (Red+Green+Blue) = 242+92+182=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CB6 is #0DA349. Grayscale: #929292. Windows color (decimal): -893770 or 11951346. OLE color: 11951346.

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

Color convert

RGB 242 92 182 -
CMYK 0 0.62 0.25 0.05
HSL 324º 0.85% 0.65% -
HSV(B) 324º 0.62% 0.95% -
XYZ 48.89 29.91 47.45 -
YUV 147.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 242 92 182 0 0.62 0.25 0.05 324 0.85 0.65
Hex F2 5C B6 0 3E 19 5 144 55 41
Octal 362 134 266 0 76 31 5 504 125 101
Binary 11110010 1011100 10110110 0 111110 11001 101 101000100 1010101 1000001

Color Harmonies of #F25CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CB6

Black with #F25CB6

Text Example


Text Example

White with #F25CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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