Html Css Color HEX #F250AF Brilliant Rose

📋 copy color: '#F250AF'

red 242 ◦ green 80 ◦ blue 175

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

Shades of Brilliant Rose #F250AF

Tints of Brilliant Rose #F250AF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.1%

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

R = 48.69%
G = 16.1%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F250AF (or 0xF250AF) is known color: Brilliant Rose. HEX triplet: F2, 50 and AF. RGB value is (242,80,175). Sum of RGB (Red+Green+Blue) = 242+80+175=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F250AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F250AF is #0DAF50. Grayscale: #8B8B8B. Windows color (decimal): -896849 or 11489522. OLE color: 11489522.

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

Color convert

RGB 242 80 175 -
CMYK 0 0.67 0.28 0.05
HSL 324.81º 0.86% 0.63% -
HSV(B) 324.81º 0.67% 0.95% -
XYZ 47.22 27.71 43.42 -
YUV 139.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 242 80 175 0 0.67 0.28 0.05 324.81 0.86 0.63
Hex F2 50 AF 0 43 1C 5 145 56 3F
Octal 362 120 257 0 103 34 5 505 126 77
Binary 11110010 1010000 10101111 0 1000011 11100 101 101000101 1010110 111111

Color Harmonies of #F250AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F250AF

Black with #F250AF

Text Example


Text Example

White with #F250AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F250AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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