Html Css Color HEX #F246AF Brilliant Rose

📋 copy color: '#F246AF'

red 242 ◦ green 70 ◦ blue 175

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

Shades of Brilliant Rose #F246AF

Tints of Brilliant Rose #F246AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.37%

 BLUE value IS 175 (68.75% from 255) = 35.93%

R = 49.69%
G = 14.37%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F246AF (or 0xF246AF) is known color: Brilliant Rose. HEX triplet: F2, 46 and AF. RGB value is (242,70,175). Sum of RGB (Red+Green+Blue) = 242+70+175=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F246AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F246AF is #0DB950. Grayscale: #858585. Windows color (decimal): -899409 or 11486962. OLE color: 11486962.

HSL color Cylindrical-coordinate representation of color #F246AF: hue angle of 323.37º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F246AF is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 70 175 -
CMYK 0 0.71 0.28 0.05
HSL 323.37º 0.87% 0.61% -
HSV(B) 323.37º 0.71% 0.95% -
XYZ 46.55 26.35 43.19 -
YUV 133.4 151.48 205.46 -
System Red Green Blue C M Y K H S L
Decimal 242 70 175 0 0.71 0.28 0.05 323.37 0.87 0.61
Hex F2 46 AF 0 47 1C 5 143 57 3D
Octal 362 106 257 0 107 34 5 503 127 75
Binary 11110010 1000110 10101111 0 1000111 11100 101 101000011 1010111 111101

Color Harmonies of #F246AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F246AF

Black with #F246AF

Text Example


Text Example

White with #F246AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F246AF; }

 p { color: rgb(242,70,175); }

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

background-color css

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

 a { background-color: rgb(242,70,175); }

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

border-color css

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

 span { border-color: rgb(242,70,175); }

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