Html Css Color HEX #F64FB4 Brilliant Rose

📋 copy color: '#F64FB4'

red 246 ◦ green 79 ◦ blue 180

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

Shades of Brilliant Rose #F64FB4

Tints of Brilliant Rose #F64FB4

RGB

 RED value IS 246 (96.48% from 255) = 48.71%

 GREEN value IS 79 (31.25% from 255) = 15.64%

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

R = 48.71%
G = 15.64%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F64FB4 (or 0xF64FB4) is known color: Brilliant Rose. HEX triplet: F6, 4F and B4. RGB value is (246,79,180). Sum of RGB (Red+Green+Blue) = 246+79+180=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FB4 is #09B04B. Grayscale: #8C8C8C. Windows color (decimal): -634956 or 11816950. OLE color: 11816950.

HSL color Cylindrical-coordinate representation of color #F64FB4: hue angle of 323.71º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64FB4 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 79 180 -
CMYK 0 0.68 0.27 0.04
HSL 323.71º 0.9% 0.64% -
HSV(B) 323.71º 0.68% 0.96% -
XYZ 49.04 28.48 46.09 -
YUV 140.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 246 79 180 0 0.68 0.27 0.04 323.71 0.9 0.64
Hex F6 4F B4 0 44 1B 4 144 5A 40
Octal 366 117 264 0 104 33 4 504 132 100
Binary 11110110 1001111 10110100 0 1000100 11011 100 101000100 1011010 1000000

Color Harmonies of #F64FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FB4

Black with #F64FB4

Text Example


Text Example

White with #F64FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FB4; }

 p { color: rgb(246,79,180); }

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

background-color css

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

 a { background-color: rgb(246,79,180); }

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

border-color css

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

 span { border-color: rgb(246,79,180); }

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