Html Css Color HEX #F635AC Persian Rose

📋 copy color: '#F635AC'

red 246 ◦ green 53 ◦ blue 172

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

Shades of Persian Rose #F635AC

Tints of Persian Rose #F635AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.25%

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 52.23%
G = 11.25%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F635AC (or 0xF635AC) is known color: Persian Rose. HEX triplet: F6, 35 and AC. RGB value is (246,53,172). Sum of RGB (Red+Green+Blue) = 246+53+172=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F635AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F635AC is #09CA53. Grayscale: #7B7B7B. Windows color (decimal): -641620 or 11286006. OLE color: 11286006.

HSL color Cylindrical-coordinate representation of color #F635AC: hue angle of 323.01º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F635AC is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 53 172 -
CMYK 0 0.78 0.30 0.04
HSL 323.01º 0.91% 0.59% -
HSV(B) 323.01º 0.78% 0.96% -
XYZ 46.73 25.12 41.42 -
YUV 124.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 246 53 172 0 0.78 0.30 0.04 323.01 0.91 0.59
Hex F6 35 AC 0 4E 1E 4 143 5B 3B
Octal 366 65 254 0 116 36 4 503 133 73
Binary 11110110 110101 10101100 0 1001110 11110 100 101000011 1011011 111011

Color Harmonies of #F635AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F635AC

Black with #F635AC

Text Example


Text Example

White with #F635AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F635AC; }

 p { color: rgb(246,53,172); }

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

background-color css

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

 a { background-color: rgb(246,53,172); }

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

border-color css

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

 span { border-color: rgb(246,53,172); }

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