Html Css Color HEX #F065B5 Hot Pink

📋 copy color: '#F065B5'

red 240 ◦ green 101 ◦ blue 181

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

Shades of Hot Pink #F065B5

Tints of Hot Pink #F065B5

RGB

 RED value IS 240 (94.14% from 255) = 45.98%

 GREEN value IS 101 (39.84% from 255) = 19.35%

 BLUE value IS 181 (71.09% from 255) = 34.67%

R = 45.98%
G = 19.35%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F065B5 (or 0xF065B5) is known color: Hot Pink. HEX triplet: F0, 65 and B5. RGB value is (240,101,181). Sum of RGB (Red+Green+Blue) = 240+101+181=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F065B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065B5 is #0F9A4A. Grayscale: #979797. Windows color (decimal): -1022539 or 11888112. OLE color: 11888112.

HSL color Cylindrical-coordinate representation of color #F065B5: hue angle of 325.47º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065B5 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 181 -
CMYK 0 0.58 0.25 0.06
HSL 325.47º 0.82% 0.67% -
HSV(B) 325.47º 0.58% 0.94% -
XYZ 48.93 31.17 47.15 -
YUV 151.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 240 101 181 0 0.58 0.25 0.06 325.47 0.82 0.67
Hex F0 65 B5 0 3A 19 6 145 52 43
Octal 360 145 265 0 72 31 6 505 122 103
Binary 11110000 1100101 10110101 0 111010 11001 110 101000101 1010010 1000011

Color Harmonies of #F065B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065B5

Black with #F065B5

Text Example


Text Example

White with #F065B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065B5; }

 p { color: rgb(240,101,181); }

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

background-color css

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

 a { background-color: rgb(240,101,181); }

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

border-color css

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

 span { border-color: rgb(240,101,181); }

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